solana_wallet_kit 0.2.1
solana_wallet_kit: ^0.2.1 copied to clipboard
Flutter screens and secure local services for creating and restoring self-custodial Solana wallets.
Unreleased #
- Renamed public wallet metadata and secret-bearing models to
WalletInfoandWalletSecret. - Split
AddressListScreenhost callbacks so selecting an existing address and adding a derived address can trigger different host behavior. - Added
PkRestoreScreenfor restoring a supplied or user-entered Solana address from a matching private key. - Added service-level private-key-only Solana wallet restore for a supplied address.
- Added optional existing-wallet groups to
WalletSetupScreenwith inline addresses, wallet-level mnemonic import, and address-card private-key restore. - Reworked recovery-phrase restore around
rootId,SolanaDerivation, and optionalverifyRootverification. - Added root-scoped address indexes and address-family management through
AddressListScreen. - Added
WalletSecretsScreenfor reviewing locally stored wallet material. - Show the generated private key on
CreateSolanaWalletScreenalongside the wallet address and recovery phrase. - Expanded package documentation for setup, restore, backup, storage, derivation, security, and host integration boundaries.
0.1.0 #
- Initial public preview.
- Currently supports and verifies Android; iOS support is planned.
- Added ready-made Solana wallet creation, restoration, and setup screens.
- Added secure local recovery-phrase storage.
- Added verified JSON backup import and Android system-document export.
- Added responsive mnemonic UI, theme-aware copy customization, and lifecycle privacy obscuring.
- Added public-account-only completion callbacks.
- Added detailed integration, customization, backup, and storage documentation.