in_app_auto_updates 0.0.1 copy "in_app_auto_updates: ^0.0.1" to clipboard
in_app_auto_updates: ^0.0.1 copied to clipboard

unlistedoutdated

Force Update Checker

in_app_auto_updates_example #

Demonstrates how to use the in_app_auto_updates plugin.

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  in_app_auto_updates: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:in_app_auto_updates/in_app_auto_updates.dart';