get_info 1.0.7 copy "get_info: ^1.0.7" to clipboard
get_info: ^1.0.7 copied to clipboard

A Flutter plugin to get device information for Android and iOS

Changelog #

1.0.7 #

  • Bug Fixed

1.0.6 #

Added #

  • isLocationEnabled – Check whether device location services are enabled
  • isBluetoothEnabled – Check Bluetooth status
  • isWifiEnabled – Check Wi-Fi status
  • isDeveloperOptionsEnabled – Detect if Developer Options are enabled
  • getBatteryPercentage – Retrieve current battery level
  • isBatteryCharging – Check charging state (charging / not charging)

Settings Shortcuts #

  • openBluetoothSettings() – Open Bluetooth settings screen
  • openLocationSettings() – Open Location settings screen
  • openWifiSettings() – 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