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

PlatformWindows

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
120
pub points
79%
popularity

Publisher

verified publisherfondleapp.com

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