emulator_checker 1.0.4
emulator_checker: ^1.0.4 copied to clipboard
A Flutter plugin that detects whether an application is running on an emulator or a physical device. This can be useful for security purposes, analytics, and feature flagging, allowing developers to t [...]
Changelog #
1.0.4 #
- Remove get_radio_version_plugin - which was use before but we updated the code to use Native Android and iOS only.
1.0.3 #
- Added
namespacetoandroidblock inbuild.gradlefor compatibility with the latest AGP (Android Gradle Plugin) version.
Fixed: #
- Resolved issue causing
Namespace not specifiederror during build process.
1.0.2 #
- 1.0.2 add android platform specific code for radio version checker
1.0.1 #
- 1.0.1 emulator checker platform specific code
1.0.0 #
- 1.0.0 update to null safety
0.0.4 #
- 0.0.4 updated readme to cater null safety.
0.0.3 #
- 0.0.2 updated the device_info_plus to latest, reverted back to 4.0.0
0.0.2 #
- Updated all aspects related to pub.dev scoring to improve package ranking and compliance.
0.0.1 #
- Initial release with emulator detection for Android and iOS.