update_available_ios 2.2.0-dev.1 update_available_ios: ^2.2.0-dev.1 copied to clipboard
iOS platform implementation of update_available
2.1.0 #
- Replace
package_info
, which is deprecated, withpackage_info_plus
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.1+1d #
- Fix typo on documentation
1.0.1+1c #
- Revert changes on
pubspec.yaml
, as pub.dev won't accept a plugin declaration without native integration.
1.0.1+1b #
- Update README.md
1.0.1+1 #
- Add platform to pubspec.yaml
1.0.1 #
- Remove pubspec.lock
1.0.0 #
- Initial version