device_helper 0.0.1 copy "device_helper: ^0.0.1" to clipboard
device_helper: ^0.0.1 copied to clipboard

PlatformAndroid

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

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"/>
1
likes
130
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on device_helper

Packages that implement device_helper