bmoni_embedded_wallets_cards 0.0.1
bmoni_embedded_wallets_cards: ^0.0.1 copied to clipboard
Embedded wallet and card building blocks for BKey apps: wallet read models, Riverpod notifiers, and composable wallet card widgets built on bkey_uikit.
0.0.1 #
Initial release.
- Embedded wallet read-model failures and contracts
(
EmbeddedFailure,EmbeddedWalletReadDataSource,EmbeddedWalletStorage,EmbeddedWalletBalanceCache). - Wallet list, balance, and transaction models with JSON serialization.
- Riverpod notifiers:
EmbeddedWalletListNotifier,EmbeddedWalletBalanceNotifier,EmbeddedWalletTransactionsNotifier. EmbeddedWalletCardadapter over thebkey_uikitwallet card primitive.EmbeddedWalletTransactionsSectioncomposed widget for recent transactions with view-all action and host-driven row builders.- Cache key constants under
EmbeddedWalletCacheKeys. - Runnable example app under
example/demonstrating wallet card carousel, hide/show balance, pull-to-refresh, and in-memory data sources.