get_info 1.0.6
get_info: ^1.0.6 copied to clipboard
A Flutter plugin to get device information for Android and iOS
Changelog #
1.0.6 #
Added #
isLocationEnabled– Check whether device location services are enabledisBluetoothEnabled– Check Bluetooth statusisWifiEnabled– Check Wi-Fi statusisDeveloperOptionsEnabled– Detect if Developer Options are enabledgetBatteryPercentage– Retrieve current battery levelisBatteryCharging– Check charging state (charging / not charging)
Settings Shortcuts #
openBluetoothSettings()– Open Bluetooth settings screenopenLocationSettings()– Open Location settings screenopenWifiSettings()– Open Wi-Fi settings screen
Improvements #
- Optimized MethodChannel handling
- Improved type safety and null safety
- Code cleanup for production readiness
1.0.5 #
- Bug Fixed
1.0.4 #
- Bug Fixed
1.0.3 #
- Added some device information values
- Bug Fixed
1.0.2 #
- Added some device information values
- Bug Fixed
1.0.1 #
- Added some device information values
- Bug Fixed
1.0.0 #
- Initial
- Device Information
- Android & IOS supported