app_new_version_check 0.0.3
app_new_version_check: ^0.0.3 copied to clipboard
A Flutter package to check app new version.
App New Version Check #
A flutter library to check app new version.
How to use #
Add this package to pubspec.yaml and then import.
import 'package:app_new_version_check/app_new_version_check.dart';
Add "- pubspec.yaml" to assets in pubspec.yaml file
assets:
- pubspec.yaml
await AppVersion().checkAppUpdate(
context: context,
applicationPackageId: "com.example.app", // flutter application package id
);