A flutter plugin to help you get the device's info. Only Android.

Usage

To use this plugin, add device_helper as a dependency in your pubspec.yaml file.

dependencies:
  device_helper: ^0.0.1

Permissions

Android

Add the following permissions to your AndroidManifest.xml

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>

Libraries

device_helper