toronet 0.0.2
toronet: ^0.0.2 copied to clipboard
Toronet is a Dart/Flutter SDK providing seamless integration with blockchain, wallet, payments, KYC, exchange, and balance APIs. It enables developers to build secure, scalable, and feature-rich fina [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add toronetWith Flutter:
$ flutter pub add toronetThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
toronet: ^0.0.2Alternatively, 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:toronet/toronet.dart';