| name: instrumentation_adapter | |
| description: Runs tests that use the flutter_test API as platform native instrumentation tests. | |
| version: 0.1.0 | |
| author: Flutter Team <flutter-dev@googlegroups.com> | |
| homepage: https://github.com/flutter/plugins/tree/master/packages/instrumentation_adapter | |
| environment: | |
| sdk: ">=2.1.0 <3.0.0" | |
| dependencies: | |
| flutter: | |
| sdk: flutter | |
| flutter_test: | |
| sdk: flutter | |
| flutter: | |
| plugin: | |
| androidPackage: dev.flutter.plugins.instrumentationadapter | |
| pluginClass: InstrumentationAdapterPlugin |