flutter_edge_ai 0.0.1-dev.1
flutter_edge_ai: ^0.0.1-dev.1 copied to clipboard
On-device AI for Flutter — LLMs, embeddings and RAG locally on Android, iOS, web and desktop. Model-agnostic (Gemma, Qwen, Phi). Name reserved; first release coming soon.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_edge_aiWith Flutter:
$ flutter pub add flutter_edge_aiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_edge_ai: ^0.0.1-dev.1Alternatively, 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:flutter_edge_ai/flutter_edge_ai.dart';