Dn-a / flutter_tags

With flutter tags you can create selectable or input tags that automatically adapt to the screen width
https://pub.dartlang.org/packages/flutter_tags
MIT License
507 stars 127 forks source link

Null-safety changes. Fixed bug with DataList being null during _setDataList #90

Open coolbootscoder opened 2 years ago

coolbootscoder commented 2 years ago

I used the dart migrate to generate the null-safety changes and then fixed any remaining issues by hand. I was experiencing the same DataList being set to null error that others were having and I fixed that bug. Note: I had to create DataList objects and the title was required so I set the title to "--". I could have set it to "".

Thanks for your work on this widget. I'm currently using the widget in a custom Reactive Form widget.