solana_kit_mobile_wallet_adapter 0.2.1 copy "solana_kit_mobile_wallet_adapter: ^0.2.1" to clipboard
solana_kit_mobile_wallet_adapter: ^0.2.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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add solana_kit_mobile_wallet_adapter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  solana_kit_mobile_wallet_adapter: ^0.2.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:solana_kit_mobile_wallet_adapter/solana_kit_mobile_wallet_adapter.dart';
0
likes
150
points
48
downloads

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

Documentation

API reference

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