android_device_info 1.0.0 copy "android_device_info: ^1.0.0" to clipboard
android_device_info: ^1.0.0 copied to clipboard

A Flutter plugin for getting device information on Android devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add android_device_info

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  android_device_info: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:android_device_info/android_device_info.dart';
17
likes
40
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for getting device information on Android devices.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on android_device_info

Packages that implement android_device_info