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

Lazy loading tags #50

Closed hardikJoshi123 closed 4 years ago

hardikJoshi123 commented 4 years ago

Hi. Thank you for great library for tags in Flutter. In my app I am allowing users to select tags from predefined tags. There are about 400 Tags in my app. But its quite take much time to load widget (Tags) in my app. Is there any specific reason OR limit for tags?

More info : I am not showing any specific images within tags. Just String title.

hardikJoshi123 commented 4 years ago

Issue fixed. It was issue for wrong size. Instead of 400, I was passing 4000