device_manager 0.0.2 copy "device_manager: ^0.0.2" to clipboard
device_manager: ^0.0.2 copied to clipboard

Manager for hardware devices(USB, Serial. etc...) for Flutter Windows Desktop applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add device_manager

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

dependencies:
  device_manager: ^0.0.2

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_manager/device_manager.dart';
8
likes
80
points
671
downloads

Publisher

verified publisherfondleapp.com

Weekly Downloads

Manager for hardware devices(USB, Serial. etc...) for Flutter Windows Desktop applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on device_manager