device_info 0.1.0 device_info: ^0.1.0 copied to clipboard
Provides detailed information about the device the Flutter app is running on.
0.1.0 #
- Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.
0.0.5 - December 3, 2017 #
- Added FLT prefix to iOS types
0.0.4 - November 11, 2017 #
- Fixed Java/Dart communication error with empty lists
0.0.3 - October 24, 2017 #
- Added support for utsname
0.0.2 - October 20, 2017 #
- Fixed broken type comparison
- Added "isPhysicalDevice" field, detecting emulators/simulators
0.0.1 - June 28, 2017 #
- Implements platform-specific device/OS properties