solana_wallets_flutter_ui library
Contains ui functions to show a wallet picker dialog.
Functions
-
showWalletSelectDialog(
{required BuildContext context, required List< BaseWalletAdapter> adapters, WidgetBuilder dialogTitleBuilder = _selectWallet, double height = 400, double width = 300, WalletStateToText walletStateToText = _defaultEnglish, WidgetOverrideBuilder? overrideBuilder}) → Future<BaseWalletAdapter?> - Shows a dialog that lets the user select a wallet.
Typedefs
- WalletStateToText = String Function(BuildContext context, WalletState state)
- WidgetOverrideBuilder = Widget Function(BuildContext context, WidgetBuilder child)
- Can be used to override the build process of a widget.