tiptool 1.0.1
tiptool: ^1.0.1 copied to clipboard
TipTool is an AI SDK for Flutter that bridges your app to the FinBberLink (Rust) protocol, providing secure serialization, cryptography, MAC validation, and frame handling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tiptoolThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tiptool: ^1.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:tiptool/bridge_generated.dart';
import 'package:tiptool/bridge_generated.dart/api.dart';
import 'package:tiptool/bridge_generated.dart/frb_generated.dart';
import 'package:tiptool/bridge_generated.dart/frb_generated.io.dart';
import 'package:tiptool/bridge_generated.dart/frb_generated.web.dart';
import 'package:tiptool/tt.dart';
import 'package:tiptool/tt_db.dart';