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
508 stars 124 forks source link

Input tags : Removing the last tag from the list throws IntegerDivisionByZeroException #6

Closed x-raay closed 5 years ago

x-raay commented 5 years ago

To replicate, Just keep on deleting the tags until you delete the last one. Probable cause : onDelete doesn't check for tags list length before removing

Any way to prevent that?

Dn-a commented 5 years ago

@monothorn please give the version, in some versions there was an oversight. The last one works correctly

x-raay commented 5 years ago

Yeah doesnt seem to be an issue in the latest version