trezor 0.0.1 copy "trezor: ^0.0.1" to clipboard
trezor: ^0.0.1 copied to clipboard

A client for interfacing with a Trezor Device via USB or Bluetooth

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trezor

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

dependencies:
  trezor: ^0.0.1

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:trezor/trezor.dart';
1
likes
140
pub points
0%
popularity

Publisher

verified publisherkewbit.org

A client for interfacing with a Trezor Device via USB or Bluetooth

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

bluetooth_low_energy, flutter, plugin_platform_interface, usb_serial

More

Packages that depend on trezor