flutter_plugin_android_lifecycle 2.0.30 copy "flutter_plugin_android_lifecycle: ^2.0.30" to clipboard
flutter_plugin_android_lifecycle: ^2.0.30 copied to clipboard

PlatformAndroid

Flutter plugin for accessing an Android Lifecycle within other plugins.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_plugin_android_lifecycle

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_plugin_android_lifecycle: ^2.0.30

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.