flux_ai_ui 1.0.0
flux_ai_ui: ^1.0.0 copied to clipboard
Open Flutter primitives for AI-native mobile interfaces.
Changelog #
All notable changes to Flux AI UI are documented in this file.
The format follows Keep a Changelog, and this project uses semantic versioning for public package releases.
1.0.0 - 2026-08-11 #
Added #
- Initial Flutter component gallery for AI-native mobile interfaces.
- Public barrel import at
package:flux_ai_ui/flux_ai_ui.dart. - Theme extension with light and dark design tokens.
- Agent progress, streaming answer, approval, tool chip, task row, chat, prompt, recommendation, context, table, search, insight, code, and fine-tune widgets.
- Widget test coverage for gallery navigation and core interactions.
Changed #
- Moved the demo gallery into
example/so the root package remains focused on reusable library exports. - Moved gallery interaction tests into the example app and kept a root public API smoke test.
- Added data and callback APIs for
FluxChatPanel,FluxPromptBar,FluxRecommendationCard, andFluxInsightCards. - Removed title-based switching from
FluxDataTableCard. - Added data and callback APIs for
FluxDiffTable,FluxRecordsTable,FluxFilterTable, andFluxFineTuneCard. - Split the component implementation into focused part files under
lib/src/components/. - Added README and pub.dev screenshot preview assets.
- Cleaned package metadata and removed generated template comments from
pubspec.yaml. - Moved runnable platform Runner projects under
example/and kept the root package library-focused. - Replaced static preview artwork with screenshots captured from the live Flutter Web example.
- Removed project-level iOS signing team configuration from the example app.
- Aligned release documentation, example Bundle IDs, and package lock-file handling for open source publication.
