open_ui_kit 0.2.0
open_ui_kit: ^0.2.0 copied to clipboard
Shadcn-inspired Flutter UI kit with token-driven, composable, and responsive components.
Changelog #
0.2.0 - 2026-07-17 #
- Added pull-to-refresh widgets, programmatic refresh control, and collection page integration.
- Added dual-pane layouts, sticky sliver regions, numeric navigation badges, and navigation chrome that adapts to persistent rails.
- Improved navigation rail and drawer sizing, mobile landscape navigation, floating-window chrome handling, and component spacing and radii.
- Corrected navigation examples and Markdown formatting across the package documentation.
- Breaking: Removed
UiSliverNavigationBar.bodyTopPadding. Add any desired gap to the content sliver that follows the navigation bar.
0.1.0 - 2026-07-17 #
- Added the initial publication-ready release of the token-driven Flutter UI kit.
- Added reusable components for forms, feedback, navigation, overlays, data display, and responsive page layouts.
- Added theme foundations, platform capabilities, accessibility behavior, and golden coverage.