update_available 2.0.0 update_available: ^2.0.0 copied to clipboard
Know if there's any update for your Flutter app, based on published versions.
2.0.0 #
- Null-safety bump to stable
- Dependencies versions bump
Disclaimer: I think that it's correctly working, but as I am not using null-safety in production yet, I couldn't propertly test it. @ashishbeck thinks it's OK to be published as stable, so I am doing it. If you find any issue, please report.
2.0.0-nullsafety #
- Migration to null-safety
- Changed
version
topub_semver
Disclaimer: I think that it's correctly working, but as I am not using null-safety in production yet, I couldn't propertly test it. I am going to ask to someone to test it for me and, as soon it's safe to be used in production, I publish it as stable.
1.0.0+1c #
- Added trivial example
1.0.0+1b #
- Document
getUpdateAvailability()
1.0.0+1 #
- Update README.md
1.0.0 #
- Initial version