dartantic_gemma 0.2.0 copy "dartantic_gemma: ^0.2.0" to clipboard
dartantic_gemma: ^0.2.0 copied to clipboard

Dartantic provider plugin enabling local LLM inference using Google's Gemma models via Flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartantic_gemma

With Flutter:

 $ flutter pub add dartantic_gemma

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

dependencies:
  dartantic_gemma: ^0.2.0

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:dartantic_gemma/dartantic_gemma.dart';
0
likes
0
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

Dartantic provider plugin enabling local LLM inference using Google's Gemma models via Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dartantic_interface, flutter, flutter_gemma, genai_primitives, json_schema_builder, logging, meta, mime, uuid

More

Packages that depend on dartantic_gemma