near_wallet_connect 0.1.1
near_wallet_connect: ^0.1.1 copied to clipboard
Drop-in NEAR wallet connection for Flutter — adaptive connect (web redirect, mobile deep links), persistent key storage, and a NearConnectButton widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add near_wallet_connectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
near_wallet_connect: ^0.1.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:near_wallet_connect/near_wallet_connect.dart';