ton_wallet_v4 1.0.0
ton_wallet_v4: ^1.0.0 copied to clipboard
A Flutter plugin for generating TON blockchain wallets, mnemonics, and fetching wallet assets.
1.0.0 #
- Initial stable release
- Mnemonic generation (24-word BIP39)
- V4 wallet creation from mnemonics
- Asset fetching (TON balance and jettons)
- Cross-platform support (Android/iOS)
- Android implementation using ton-kotlin libraries with TON API and TonCenter fallback
- iOS implementation using TonSwift 1.0.3 with TON API and TonCenter fallback
- Complete example Flutter application with wallet and asset management
- Support for BIP39 derivation with configurable workchain and index
- Token list visualization with balance and decimals
- Safe type handling for dynamic native data
- Professional package naming (com.mt.ton.wallet)