gemini_live 0.1.0 copy "gemini_live: ^0.1.0" to clipboard
gemini_live: ^0.1.0 copied to clipboard

A Flutter package for using the experimental Gemini Live API, enabling real-time, multimodal conversations with Google's Gemini models.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gemini_live

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

dependencies:
  gemini_live: ^0.1.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:gemini_live/gemini_live.dart';
4
likes
130
points
280
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for using the experimental Gemini Live API, enabling real-time, multimodal conversations with Google's Gemini models.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http, json_annotation, web_socket_client

More

Packages that depend on gemini_live