Dn-a/flutter_tags

Breaking changes

long1eu opened this issue · 2 comments

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

@long1eu Thank you very much for the advice!

No problem. Again, awesome work.