saia_lite_rt 1.0.0
saia_lite_rt: ^1.0.0 copied to clipboard
On-device and web-accelerated runtime wrapper for LiteRT (TensorFlow Lite) and LiteRT-LM models in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add saia_lite_rtThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
saia_lite_rt: ^1.0.0Alternatively, 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:saia_lite_rt/saia_lite_rt.dart';