MissingLinkDev
MissingLinkDev
### Version 3.3.0 ### Platforms Android ### Device Model pixel 8 ### flutter info ```sh [√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [Version 10.0.26120.1930], locale en-US) • Flutter version...
Here is my textFieldTag code: ``` TextFieldTags( textfieldTagsController: collectionsTagController, initialTags: widget.selectedCollections ?? [], textSeparators: const [','], validator: (String tag) { if (tag.length > 20) { return "Tag is too long";...