in_app_auto_updates 0.0.1
in_app_auto_updates: ^0.0.1 copied to clipboard
Force Update Checker
in_app_auto_updates_example #
Demonstrates how to use the in_app_auto_updates plugin.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get):
dependencies:
in_app_auto_updates: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:in_app_auto_updates/in_app_auto_updates.dart';
|