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

check_new_version #

Flutter package to check for app updates A simple and efficient way to determine if the current app version is lower than the required version, allowing you to prompt users to update the app or redirect them to the store automatically.

Installation #

Android #

No additional setup is required.

iOS #

No additional setup is required.

dependencies:
check_update:

import 'package:live_location_plus/live_location_plus.dart';


## Usage/Examples

```dart
import 'package:check_new_version/check_update.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"
}

Support #

For support, email mohammedjjaff@gmail.com.com .

Follow me at Instagram #

1
likes
120
points
32
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