flutter_edge_ai 0.0.1-dev.1 copy "flutter_edge_ai: ^0.0.1-dev.1" to clipboard
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_ai

With Flutter:

 $ flutter pub add flutter_edge_ai

This 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.1

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Topics

#llm #on-device #ai #edge #gemma

License

MIT (license)

More

Packages that depend on flutter_edge_ai