solana_kit_mobile_wallet_adapter 0.2.1
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_adapterThis 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.1Alternatively, 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';