0 purchases
device helper
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
copied to clipboard
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"/>
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.