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

The plugin allows running the Gemma model locally on a device from a Flutter application. The version is still under development, so a detailed description is not available yet. Please wait, as it wil [...]

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: ^0.0.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';
79
likes
0
pub points
80%
popularity

Publisher

verified publishermobilepeople.dev

The plugin allows running the Gemma model locally on a device from a Flutter application. The version is still under development, so a detailed description is not available yet. Please wait, as it will be added soon.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_gemma