ask_bubble_ai 1.2.0
ask_bubble_ai: ^1.2.0 copied to clipboard
A customizable floating AI chat bubble widget for Flutter. Powered by Gemini, with built-in navigation shortcuts, styling, and active session context.
1.2.0 #
- Resolved include warning for
flutter_lintsin the example package analysis configuration. - Added bubble minimization and cancel handle features to the README documentation.
1.1.0 #
- Added capability to minimize the floating bubble button.
- Added close/cancel button to trigger minimization.
- Added widget and unit tests verifying minimization states.
1.0.0 #
- Complete documentation coverage of public API.
- Restructured library entrypoint export.
- Fixed analyzer lints and unnecessary library name warnings.
- Added detailed provider support and widget layout enhancements.
0.0.1 #
- Initial release of
ask_bubble_ai. - Added the floating AI chat bubble widget
AskBubbleAi. - Integrated Google Gemini AI capabilities via the
google_generative_aiSDK. - Supported contextual grounding with custom knowledge base/FAQs document (
brainDocument). - Added session context awareness via user metadata mapping (
userDetails). - Implemented structured
[NAVIGATE:route|text]parsing for in-app page redirection buttons. - Added welcome screen with customizable quick question suggestion chips.
- Built beautiful dark and light mode UI matching premium design standards.