name: flutter_plugin_android_lifecycle_example | |
description: Demonstrates how to use the flutter_plugin_android_lifecycle plugin. | |
dependencies: | |
flutter: | |
sdk: flutter | |
flutter_plugin_android_lifecycle: | |
path: ../ | |
dev_dependencies: | |
integration_test: | |
path: ../../integration_test | |
flutter_test: | |
sdk: flutter | |
pedantic: ^1.8.0 | |
environment: | |
sdk: ">=2.12.0-0 <3.0.0" | |
flutter: | |
uses-material-design: true |