| name: device_info |
| description: Flutter plugin providing detailed information about the device |
| (make, model, etc.), and Android or iOS version the app is running on. |
| author: Flutter Team <flutter-dev@googlegroups.com> |
| homepage: https://github.com/flutter/plugins/tree/master/packages/device_info |
| version: 0.4.1+2 |
| |
| flutter: |
| plugin: |
| androidPackage: io.flutter.plugins.deviceinfo |
| iosPrefix: FLT |
| pluginClass: DeviceInfoPlugin |
| |
| dependencies: |
| flutter: |
| sdk: flutter |
| |
| dev_dependencies: |
| test: ^1.3.0 |
| flutter_test: |
| sdk: flutter |
| e2e: ^0.2.0 |
| |
| environment: |
| sdk: ">=2.0.0-dev.28.0 <3.0.0" |
| flutter: ">=1.6.7 <2.0.0" |