check_new_version 0.0.5 copy "check_new_version: ^0.0.5" to clipboard
check_new_version: ^0.0.5 copied to clipboard

Flutter package to check for app updates

example/main.dart

import 'package:check_new_version/check_new_version.dart';

Future<void> main() async {
  CheckUpdateService checkUpdateService = CheckUpdateService();
  bool isNeedUpdate = await checkUpdateService.needUpdate("1.2.3");

  print(isNeedUpdate); // if the app need update .. return "true"
}
1
likes
120
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to check for app updates

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, package_info_plus

More

Packages that depend on check_new_version