updater 0.0.5
updater: ^0.0.5 copied to clipboard
A package to check for the custom in-app updates for Flutter.
0.0.5 #
Check()
will return a boolean based on the update is available or not.
Future<bool> check() async {
...
}
0.0.4 #
- Added
UpdateStatus
andUpdaterController
to handle update callbacks - Improved performance
0.0.3 #
- Fixed minSupport issue.
0.0.2+1 #
- Added support for background download
0.0.1 #
- Initial release.