ledger_usb_plus 1.0.2 copy "ledger_usb_plus: ^1.0.2" to clipboard
ledger_usb_plus: ^1.0.2 copied to clipboard

unlisted

A Flutter plugin to operate a Ledger Nano device over USB

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ledger_usb_plus

With Flutter:

 $ flutter pub add ledger_usb_plus

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

dependencies:
  ledger_usb_plus: ^1.0.2

Alternatively, 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:ledger_usb_plus/ledger_usb.dart';
import 'package:ledger_usb_plus/ledger_usb_method_channel.dart';
import 'package:ledger_usb_plus/ledger_usb_platform_interface.dart';
import 'package:ledger_usb_plus/usb.web.dart';
import 'package:ledger_usb_plus/usb_device.dart';
import 'package:ledger_usb_plus/web_ledger_usb.dart';
0
likes
0
points
218
downloads

Publisher

verified publishervespr.xyz

Weekly Downloads

A Flutter plugin to operate a Ledger Nano device over USB

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ledger_usb_plus