flutter_agentic_ai 0.1.3
flutter_agentic_ai: ^0.1.3 copied to clipboard
Embed intelligent, UI-aware AI agents in any Flutter app. Autonomous tap, type, scroll, and navigation using Flutter's semantics tree.
0.1.3 #
- Fixed repository, homepage, and issue tracker links in
pubspec.yaml. - Added GitHub repository reference badge to
README.md. - Ignored
.envconfig in.gitignoreto prevent sensitive credentials exposure.
0.1.2 #
- Resolved all analyzer warnings and lint issues to maximize pub.dev score.
- Implemented
superparameters and cleaned up unused imports and dead code. - Migrated deprecated
withOpacitycalls towithValues. - Ensured full compatibility with the latest Flutter SDK (3.41+).
0.1.0 #
- Overlay UI: Floating
AgentChatBar(draggable FAB + expandable panel) andAgentOverlaythinking indicator - Security guardrails:
interactiveBlacklist,interactiveWhitelist,transformScreenContent,enableUiControl - Production apiKey warning: logs a security notice in release builds when
proxyUrlis not set - Flattened API:
AiAgentnow exposes flat top-level props (apiKey,maxSteps,instructions,router,accentColor) matching the React Native SDK's API surface - Cancellation:
cancel()support onAgentRuntimeandAiAgentController - RTL / Arabic support: chat bar placeholder and layout respect
language: 'ar' - History summarization: compresses long task histories to prevent context overflow
- Budget guards:
maxTokenBudgetandmaxCostUsdstop runaway tasks
0.0.1 #
- Initial release