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

Breaking changes #48

Closed long1eu closed 4 years ago

long1eu commented 4 years ago

Hi!

Awesome package, but keep in mind that breaking changes should be handled with great care. Make sure you read the semantic versioning documentation. https://semver.org/

There is also a dart package that tells you the break breaking version that you should use when releasing a change like this in your api surface. https://pub.dev/packages/pub_semver

Dn-a commented 4 years ago

@long1eu Thank you very much for the advice!

long1eu commented 4 years ago

No problem. Again, awesome work.