flutter_gemma 1.1.1 copy "flutter_gemma: ^1.1.1" to clipboard
flutter_gemma: ^1.1.1 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 Dart:

 $ dart pub add flutter_gemma

With Flutter:

 $ flutter pub add flutter_gemma

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

dependencies:
  flutter_gemma: ^1.1.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_gemma/flutter_gemma.dart';
398
likes
0
points
22.5k
downloads

Publisher

verified publishersashadenisov.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.

Homepage
Repository (GitHub)
View/report issues

Topics

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

License

unknown (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