my_device_info_plus 0.0.6 copy "my_device_info_plus: ^0.0.6" to clipboard
my_device_info_plus: ^0.0.6 copied to clipboard

Plugin to get all device informations like model, platform, manufacturer, os version etc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_device_info_plus

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

dependencies:
  my_device_info_plus: ^0.0.6

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_plus/my_device_info_plus.dart';
4
likes
160
pub points
62%
popularity

Publisher

unverified uploader

Plugin to get all device informations like model, platform, manufacturer, os version etc.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on my_device_info_plus