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

One-shot Gemini TTS REST client for Flutter that returns audio bytes (Uint8List) and includes an in-memory just_audio source.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gemini_tts_wrapper

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

dependencies:
  gemini_tts_wrapper: ^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_tts_wrapper/gemini_tts_wrapper.dart';
1
likes
150
points
253
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

One-shot Gemini TTS REST client for Flutter that returns audio bytes (Uint8List) and includes an in-memory just_audio source.

Repository (GitHub)
View/report issues

Topics

#tts #gemini #audio #google #flutter

License

MIT (license)

Dependencies

dio, flutter, just_audio

More

Packages that depend on gemini_tts_wrapper