ledger_sui 1.0.0
ledger_sui: ^1.0.0 copied to clipboard
A Ledger App Plugin for the Sui blockchain
1.0.0 - 2026-06-20 #
Changed #
- BREAKING: Migrate the transport layer from
ledger_scallopto the maintained upstreamledger_flutter_plus(^1.6.0), dropping theledger_scallopandscallop_reactive_ble_mobiledependencies (145e70a).SuiLedgerAppnow wraps aLedgerConnection(one per connected device) instead of holding aLedger; its methods no longer take a per-callLedgerDevice.SuiTransformernow requires aConnectionTypeand throwsLedgerDeviceException(wasLedgerException).- Operations extend
LedgerRawOperation.
Migration #
SuiLedgerApp(ledger, transformer: const SuiTransformer())withapp.getAccountsWithDetails(device, ...)becomesSuiLedgerApp(connection, transformer: SuiTransformer(connectionType: connection.connectionType))withapp.getAccountsWithDetails(...), whereconnectioncomes fromLedgerInterface.ble()/.usb()thenconnect(device).
1.0.0-pre.2 - 2026-03-18 #
1.0.0-pre.1 #
- Initial release.