tiptool 1.0.1 copy "tiptool: ^1.0.1" to clipboard
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 tiptool

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tiptool: ^1.0.1

Alternatively, 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';
0
likes
100
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)

Topics

#ai #cryptography #data #flutter #ffi

Documentation

API reference

License

unknown (license)

Dependencies

base64, convert, crypto, dio, flutter, flutter_rust_bridge, flutter_secure_storage, hive, hive_flutter, mutex, uuid, web_socket_channel, webcrypto, xxh3

More

Packages that depend on tiptool