flutter_device_information 0.1.3 copy "flutter_device_information: ^0.1.3" to clipboard
flutter_device_information: ^0.1.3 copied to clipboard

A plugin for using Android devices information in Flutter.You can use it to get Android release version,Android API version,board name,brand name,model name, cpu ABI etc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_device_information

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

dependencies:
  flutter_device_information: ^0.1.3

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:flutter_device_information/flutter_device_information.dart';
0
likes
40
pub points
39%
popularity

Publisher

unverified uploader

A plugin for using Android devices information in Flutter.You can use it to get Android release version,Android API version,board name,brand name,model name, cpu ABI etc.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_device_information