near_api_flutter 0.0.13-alpha near_api_flutter: ^0.0.13-alpha copied to clipboard
NEAR Flutter API is here to empower mobile developers to build flutter apps that connect and send transactions to the NEAR PROTOCOL Blockchain.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add near_api_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
near_api_flutter: ^0.0.13-alpha
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:near_api_flutter/near_api_flutter.dart';