flutter_tagging icon indicating copy to clipboard operation
flutter_tagging copied to clipboard

A TextField flutter package with tagging functionality.

Results 17 flutter_tagging issues
Sort by recently updated
recently updated
newest added

while deploying on android i get a gradle error error: ../../.pub-cache/hosted/pub.dartlang.org/flutter_tagging-3.0.0/lib/src/tagging.dart:222:37: Error: The argument type 'dynamic Function(BuildContext, Widget, AnimationController?)?' can't be assigned to the parameter type 'Widget Function(BuildContext, Widget, AnimationController?)?'....

this will solve the problem with the #32 issue

Hi, since the last commit was over a year ago and there are some open issues, is this package still alive and kept up-to-date? Br, Benjamin

When trying to focus the field when there is no any field is being focused previously, the field will auto unfocus and hide the keyboard by itself And the problem...

This package seems great, is just what I need, but unfortunately I have to change my classes hierarchies to be able to use it It would be nice to have...

Just directly downloaded the sample app and try to run in ios its not working same running in Android

I've added the ability to limit the maximum number of elements that an user can select

if I want restrict to select only one tag from suggestion How can I do that?

Is there a way to stop new tags from being created if they are not in the suggestions list