near_api_flutter 0.0.1-beta copy "near_api_flutter: ^0.0.1-beta" to clipboard
near_api_flutter: ^0.0.1-beta copied to clipboard

NEAR Flutter API is a complete library to interact with the NEAR blockchain. Use it to build flutter apps that can connect and send transactions to the NEAR Blockchain

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add near_api_flutter

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 dart pub get):

dependencies:
  near_api_flutter: ^0.0.1-beta

Alternatively, your editor might support dart pub get or 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';
3
likes
0
pub points
48%
popularity

Publisher

verified publisherneararabic.dev

NEAR Flutter API is a complete library to interact with the NEAR blockchain. Use it to build flutter apps that can connect and send transactions to the NEAR Blockchain

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

borsh, borsh_annotation, bs58, build_runner, crypto, ed25519_edwards, flutter, http, url_launcher

More

Packages that depend on near_api_flutter