device_model_make_plugin 0.0.3 copy "device_model_make_plugin: ^0.0.3" to clipboard
device_model_make_plugin: ^0.0.3 copied to clipboard

PlatformAndroidiOS
outdated

A Flutter plugin that provides device make and model on android and IOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_model_make_plugin

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

dependencies:
  device_model_make_plugin: ^0.0.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:device_model_make_plugin/device_model_make_plugin.dart';
1
likes
135
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides device make and model on android and IOS.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on device_model_make_plugin

Packages that implement device_model_make_plugin