flutter_gemma 1.0.0 copy "flutter_gemma: ^1.0.0" to clipboard
flutter_gemma: ^1.0.0 copied to clipboard

Run Gemma and other LLMs on-device in Flutter (Android, iOS, Web, Desktop). Multimodal vision/audio, function calling, thinking mode, GPU, embeddings, RAG.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_gemma

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

dependencies:
  flutter_gemma: ^1.0.0

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:flutter_gemma/flutter_gemma.dart';
388
likes
160
points
17.6k
downloads

Documentation

API reference

Publisher

verified publishermobilepeople.dev

Weekly Downloads

Run Gemma and other LLMs on-device in Flutter (Android, iOS, Web, Desktop). Multimodal vision/audio, function calling, thinking mode, GPU, embeddings, RAG.

Repository (GitHub)
View/report issues
Contributing

Topics

#gemma #llm #ai #on-device #multimodal

License

MIT (license)

Dependencies

background_downloader, code_assets, crypto, flutter, flutter_web_plugins, hooks, large_file_handler, meta, mutex, path, path_provider, plugin_platform_interface, shared_preferences

More

Packages that depend on flutter_gemma

Packages that implement flutter_gemma