near_api_flutter 0.0.2-beta copy "near_api_flutter: ^0.0.2-beta" to clipboard
near_api_flutter: ^0.0.2-beta 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 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.2-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
51%
popularity

Publisher

verified publisherneararabic.dev

NEAR Flutter API is here to empower mobile developers to build flutter apps that connect and send transactions to the NEAR PROTOCOL 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