flutter_plugin_android_lifecycle 1.0.2 flutter_plugin_android_lifecycle: ^1.0.2 copied to clipboard
Flutter plugin for accessing an Android Lifecycle within other plugins.
1.0.2 #
- Adapt to the embedding API changes in https://github.com/flutter/engine/pull/13280 (only supports Activity Lifecycle).
1.0.1 #
- Register the E2E plugin in the example app.
1.0.0 #
- Introduces a
FlutterLifecycleAdapter
, which can be used by other plugins to obtain aLifecycle
reference from aFlutterPluginBinding
.