ledger_flutter_plus 1.0.10 ledger_flutter_plus: ^1.0.10 copied to clipboard
A Flutter plugin to scan, connect & sign transactions using your Ledger Nano devices
1.0.10 #
- Improved BLE handling for scanning / stopping scanning
- Exported a few more classes
1.0.9 #
- [Fix from 1.0.8] Small internal changes to expose some classes via
ledger_flutter_plus_dart.dart
(no flutter imports)
1.0.8 #
- Small internal changes to expose some classes via
ledger_flutter_plus_dart.dart
(no flutter imports)
1.0.6 #
Breaking Changes #
- Removed some optional LedgerOptions that could be passed for connect/scan
- Renamed
LedgerOptions
toBluetoothOptions
- Removed possibility to pass
mtu
option
1.0.5 #
- Improved disposal management
1.0.4 #
- Some internal cleanup and changes to return correct LedgerDevice object (including name/etc)
Breaking Change #
- Changed
disconnect
do be done by deviceId instead ofLedgerDevice
object
1.0.3 #
- Added connection lost error
BREAKING #
- Instantiate from now on using LedgerInterface.usb and LedgerInterface.ble
1.0.2 #
- Added WEB support for both usb and ble
1.0.1 #
- Changed package name
1.0.0 #
- Initial release.