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
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