Kamal Banga

Results 6 comments of Kamal Banga

@mejdi14 I am getting this ``` Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:flutter_tagging - package:flutter_typeahead_web ```

Yes, I was using `3.0.0` and was getting the _transition builder error_; then I tried your PR ```yaml flutter_tagging: ^3.0.0 git: url: https://github.com/mejdi14/flutter_tagging ``` And I started getting this issue...

I am thinking of using the `Autocomplete` widget introduced in Flutter 2.0. It's the `typeahead`'s alternative which package is used in this package. The whole tagging functionality will have to...

@mejdi14 Hey, I just noticed that there is no commit in this repo for the null safety release as in the pub.dev. That must be the reason, we are facing...

@mejdi14 @bradintheusa Guys I created this standalone tagging field class. It doesn't depend on any library, just Flutter 2.0's `RawAutoComplete`; it therefore would also work on desktop. [Link to `TagField`...