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

The plugin allows running the Gemma AI model locally on a device from a Flutter application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_gemma
copied to clipboard

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

dependencies:
  flutter_gemma: ^0.8.4
copied to clipboard

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';
copied to clipboard
110
likes
150
points
969
downloads

Publisher

verified publishermobilepeople.dev

Weekly Downloads

2024.09.23 - 2025.04.07

The plugin allows running the Gemma AI model locally on a device from a Flutter application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, large_file_handler, path, path_provider, plugin_platform_interface, shared_preferences

More

Packages that depend on flutter_gemma