ledger_sui 1.0.0 copy "ledger_sui: ^1.0.0" to clipboard
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_scallop to the maintained upstream ledger_flutter_plus (^1.6.0), dropping the ledger_scallop and scallop_reactive_ble_mobile dependencies (145e70a).
    • SuiLedgerApp now wraps a LedgerConnection (one per connected device) instead of holding a Ledger; its methods no longer take a per-call LedgerDevice.
    • SuiTransformer now requires a ConnectionType and throws LedgerDeviceException (was LedgerException).
    • Operations extend LedgerRawOperation.

Migration #

  • SuiLedgerApp(ledger, transformer: const SuiTransformer()) with app.getAccountsWithDetails(device, ...) becomes SuiLedgerApp(connection, transformer: SuiTransformer(connectionType: connection.connectionType)) with app.getAccountsWithDetails(...), where connection comes from LedgerInterface.ble()/.usb() then connect(device).

1.0.0-pre.2 - 2026-03-18 #

Changed #

  • Bump ledger_scallop to ^1.1.1 and add scallop_reactive_ble_mobile ^6.0.2 dependency override (fb67dd3)

1.0.0-pre.1 #

  • Initial release.
0
likes
140
points
18
downloads

Documentation

API reference

Publisher

verified publisherscallop.io

Weekly Downloads

A Ledger App Plugin for the Sui blockchain

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

crypto, flutter, ledger_flutter_plus

More

Packages that depend on ledger_sui