Add the dependency
pubspec.yaml
Peer dependencies
bmoni_embedded_wallets_cards depends on:
All of these are pulled in automatically as transitive dependencies.
Riverpod setup
If you aren’t already using Riverpod, wrap your app root:Import
Run the example
A full Riverpod-wired example with in-memory fake data sources is in theexample/ directory:
- A swipeable
EmbeddedWalletCardcarousel with show/hide balance - An
EmbeddedWalletTransactionsSectionthat follows the active wallet - Pull-to-refresh fanning out across list, balance, and transaction notifiers
- In-memory
EmbeddedWalletReadDataSource,EmbeddedWalletStorage, andEmbeddedWalletBalanceCachethat run without a backend

