solana_wallet_provider 0.1.9 copy "solana_wallet_provider: ^0.1.9" to clipboard
solana_wallet_provider: ^0.1.9 copied to clipboard

Provider widget for solana_web3 and solana_wallet_adapter packages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add solana_wallet_provider

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

dependencies:
  solana_wallet_provider: ^0.1.9

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_wallet_provider/solana_wallet_provider.dart';