my_device_info 0.1.0 copy "my_device_info: ^0.1.0" to clipboard
my_device_info: ^0.1.0 copied to clipboard

A Flutter plugin for Android and iOS device details, including an app-scoped identifier, model, OS, CPU, product, and hardware.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_device_info

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

dependencies:
  my_device_info: ^0.1.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:my_device_info/my_device_info.dart';
1
likes
160
points
116
downloads
screenshot

Documentation

API reference

Publisher

verified publisherwongcoupon.com

Weekly Downloads

A Flutter plugin for Android and iOS device details, including an app-scoped identifier, model, OS, CPU, product, and hardware.

Repository (GitHub)
View/report issues

Topics

#device-info #device-identifier #hardware #system-info #flutter-plugin

License

MIT (license)

Dependencies

flutter

More

Packages that depend on my_device_info

Packages that implement my_device_info