- Updated packages to the latest version
- Updated packages to the latest version
- Bug fixes
- Updated packages to the latest version
- Update Dart SDK
">=2.19.0 <4.0.0"
- Updated documentation
- Bug fixes
- Updated readme
- Added pause and resume support
- Fix: #5 and some other bug
- Fix: bug
- Fix: issue where downloaded file not opening
- Fix: some other bugs
- Imporved performance
- Fix: issue
- Added pause and resume support
- Minor bug fixes
- Added
controller.cancel();
- Added
getAppVersion()
- Fix: color issue
- Performance improvements
- Added
delay:
before checking for an update
- Updated README.md
- Android compileSdkVersion updated to 31.
- Added
onChecked
function inUpdaterController
- Added
UpdateStatus.Available
andUpdateStatus.DialogDismissed
- Improved error handeling
- Fixed some minor issues
Check()
will return a boolean based on the update is available or not.
Future<bool> check() async {
...
}
- Added
UpdateStatus
andUpdaterController
to handle update callbacks - Improved performance
- Fixed minSupport issue.
- Added support for background download
- Initial release.