flutter_openai_realtime_api 0.1.2 copy "flutter_openai_realtime_api: ^0.1.2" to clipboard
flutter_openai_realtime_api: ^0.1.2 copied to clipboard

Flutter client for the OpenAI Realtime GA API. WebRTC and WebSocket transports for low-latency voice and text conversations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_openai_realtime_api

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

dependencies:
  flutter_openai_realtime_api: ^0.1.2

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_openai_realtime_api/flutter_openai_realtime_api.dart';
0
likes
150
points
204
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter client for the OpenAI Realtime GA API. WebRTC and WebSocket transports for low-latency voice and text conversations.

Repository (GitHub)
View/report issues

Topics

#openai #realtime #webrtc #voice #ai

License

MIT (license)

Dependencies

flutter, flutter_webrtc, http, logging, rxdart, web_socket_channel

More

Packages that depend on flutter_openai_realtime_api