phoneinformations 1.0.7+1 copy "phoneinformations: ^1.0.7+1" to clipboard
phoneinformations: ^1.0.7+1 copied to clipboard

This plugin allows you to retrieve information from a device. For example model, OS version, device brand, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add phoneinformations

With Flutter:

 $ flutter pub add phoneinformations

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

dependencies:
  phoneinformations: ^1.0.7+1

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

Import it

Now in your Dart code, you can use:

import 'package:phoneinformations/phoneinformations.dart';
7
likes
0
points
173
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin allows you to retrieve information from a device. For example model, OS version, device brand, etc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, permission_handler, plugin_platform_interface

More

Packages that depend on phoneinformations

Packages that implement phoneinformations