ton_ai_tools 0.0.1
ton_ai_tools: ^0.0.1 copied to clipboard
AI-callable Flutter/Dart SDK powered by ton_dart for TONAPI and TonCenter wallet/blockchain tooling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ton_ai_toolsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ton_ai_tools: ^0.0.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:ton_ai_tools/ton_ai_tools.dart';