addis_ai_sdk 0.2.2
addis_ai_sdk: ^0.2.2 copied to clipboard
Production-ready Flutter and Dart SDK for Addis AI chat, voice, speech-to-text, and translation APIs.
0.2.2 - 2026-07-27 #
Documentation #
- Added Addis AI artwork and a polished centered header to the GitHub and pub.dev package README.
- Bundled the optimized source artwork in the repository so the package branding remains maintainable.
0.2.1 - 2026-07-27 #
Documentation #
- Redesigned the pub.dev README with a feature matrix, secure installation guidance, current API examples, platform support, migration notes, and links.
- Reworked the Flutter example to load credentials through
--dart-defineinstead of suggesting a source-code API key. - Updated the voice example to use the current voice catalog and durable clip generation API.
Fixed #
- Restored the canonical OSI-approved MIT license text so automated package scoring and license detection work correctly.
0.2.0 - 2026-07-27 #
Added #
- OpenAI-style chat completions, SSE streaming, system prompts, personas, and automatic function-calling loops.
- Current voice generation, estimates, wallet usage, clip management, voice catalog, and preview APIs.
- Speech-to-text and translation resources.
- Retry-aware HTTP transport, API key/JWT authentication, idempotency keys, request options, and normalized production error types.
- Compatibility entrypoint and migration aliases for existing applications.
topPandtopKgeneration controls, reusable multimodal file references, realtime readiness events, PCM MIME envelopes, and upload validation.
Changed #
- Aligned public behavior and endpoints with the official Addis AI JavaScript and Python SDKs at version 0.2.0.
- Removed production debug logging and corrected legacy streaming request data.