ringg_flutter 0.1.1
ringg_flutter: ^0.1.1 copied to clipboard
Ringg AI widget for Flutter — drop-in widget and headless controller for voice/text AI agents.
Changelog #
0.1.1 #
- Trim package metadata: drop the source-repository and issue-tracker links.
- Tidy the README intro.
- Silence the experimental-API analyzer warnings from the LiveKit speaker- routing path (stable in the pinned livekit_client 2.9.0) — clean pana run.
0.1.0 #
Initial release — the Ringg chat + voice widget for Flutter.
- Drop-in
RinggWidgetwith trigger button, chat, voice calls, interactive components (forms, calendar, quick replies, Block Kit) and a post-call feedback screen. - Headless core (
RinggWidgetController+ stores) usable without the UI. - Offline-friendly: inject your own
TransportAdapter/HTTP client for tests. - Platform setup required (mic permission, background audio) — see README.