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

The item in the first position is NULL. #37

Closed monxarat closed 3 years ago

monxarat commented 4 years ago

When I get all items, the item at 0 is null. List<Item> lst = _tagStateKey.currentState?.getAllItem;

Screen Shot 2019-12-20 at 17 28 55
Dn-a commented 4 years ago

@monxarat I did some tests but I didn't find any side effects

Dn-a commented 4 years ago

@monxarat solved?