solana_kit_mobile_wallet_adapter 0.4.1 copy "solana_kit_mobile_wallet_adapter: ^0.4.1" to clipboard
solana_kit_mobile_wallet_adapter: ^0.4.1 copied to clipboard

Flutter plugin for the Solana Mobile Wallet Adapter protocol. Enables dApps to communicate with wallet apps for transaction signing on Android. iOS compiles but is a no-op.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:solana_kit_mobile_wallet_adapter_example/src/example_app.dart';

export 'src/example_app.dart';
export 'src/example_controller.dart';
export 'src/example_services.dart';

void main() {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const SolanaKitMwaExampleApp());
}
1
likes
150
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for the Solana Mobile Wallet Adapter protocol. Enables dApps to communicate with wallet apps for transaction signing on Android. iOS compiles but is a no-op.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, solana_kit_addresses, solana_kit_errors, solana_kit_keys, solana_kit_mobile_wallet_adapter_protocol, solana_kit_transactions, web_socket_channel

More

Packages that depend on solana_kit_mobile_wallet_adapter

Packages that implement solana_kit_mobile_wallet_adapter