littlefish_hardware_manager 4.1.2
littlefish_hardware_manager: ^4.1.2 copied to clipboard
The implementation for the littlefish hardware manager, the package that will provide the peripherals that have been injected into the main applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add littlefish_hardware_managerWith Flutter:
$ flutter pub add littlefish_hardware_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
littlefish_hardware_manager: ^4.1.2Alternatively, 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:littlefish_hardware_manager/littlefish_hardware_manager.dart';