New: your coding agent can read the release notes before it upgrades. Set up the MCP server →
pub.dev
Adovvy SDK for Flutter apps. Adovvy is an AI platform built on three pillars: data intelligence, voice AI, and computer vision.
Last release 4 months ago
29 Apr 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
2 releases · first in 2026
One column per month.
Voice input support: handle microphone permission requests from the in-app chat experience (Android runtime permission + grant/deny flow).
NSMicrophoneUsageDescription usage string.permission_handler to request microphone permission on Android.MODIFY_AUDIO_SETTINGS alongside RECORD_AUDIO to ensure an audio device is available for recording.<input type="file">).file_picker for attachment selection.Initial adovvy_sdk Flutter package structure and example app.
adovvy_sdk Flutter package structure and example app.AdovvySdk.openChat(...) now opens the chat WebView directly.baseUrl derived from loaderScriptUrl to avoid about:blank origin issues.loaderScriptUrl and runtime scripts are no longer configured via AdovvySdk.init(...) / AdovvyChatbotConfig.
AdovvySdk.openChat(context, loaderScriptUrl: ..., scripts: ...).loaderScriptUrl and scripts are now part of AdovvyChatbotConfig again (single configuration object).AdovvySdk.openChat(context) no longer accepts loader/script parameters; it reads them from the initialized AdovvyChatbotConfig.AdovvySdk.openChat(...): SDK error conditions are logged to the console (debugPrint + FlutterError.reportError) instead of showing UI dialogs.Your coding agent can read these notes before it upgrades. Set up the MCP server →