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

Device Flutter plugin Support Android and iOS(Can get Power, Brands, Model, CPU, Memory, Space, etc.)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_plugin

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

dependencies:
  device_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_plugin/device_plugin.dart';
1
likes
140
points
54
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Device Flutter plugin Support Android and iOS(Can get Power, Brands, Model, CPU, Memory, Space, etc.)

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on device_plugin

Packages that implement device_plugin