Dn-a / flutter_tags

With flutter tags you can create selectable or input tags that automatically adapt to the screen width

Home Page:https://pub.dartlang.org/packages/flutter_tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text field start

MihaelaTIMIS opened this issue · comments

Is it possible to have the text field before tags ?
I saw in demo that feature, but i can't find id in properties.
Thanx

@MihaelaTIMIS of course, just use these parameters

Tags(
     verticalDirection: VerticalDirection.up ,
      textDirection: TextDirection.rtl ,
      .
      .
);

And it worked! Thanks a lot 👍