flint_ui 0.1.2
flint_ui: ^0.1.2 copied to clipboard
Dart-first web UI components and browser rendering for Flint fullstack apps.
Changelog #
0.1.2 - 2026-05-14 #
0.1.1 - 2026-05-14 #
0.1.0 - 2026-05-14 #
Added #
- Added the first pub.dev-ready Flint UI package release.
- Added Dart-first browser rendering primitives for Flint fullstack apps.
- Added component, node, page mounting, navigation, head, and browser storage APIs.
- Added typed Dart style helpers, gradients, stylesheets, color values, and size values.
- Added layout primitives including app shells, grids, panels, page layouts, page headers, sidebars, topbars, stacks, sections, and responsive grids.
- Added action, data display, feedback, form, navigation, overlay, and primitive widgets.
- Added form validation helpers and controller APIs.
- Added browser auth session helpers backed by
flint_client.
Improved #
- Prepared the package to depend on hosted
flint_client: ^0.0.3. - Documented installation, quick start, components, styling, browser APIs, and FlintDart integration.
Tests #
- Added coverage for auth sessions, browser storage, client routing, cookies, data widgets, forms, head metadata, layout widgets, navigation, overlays, page middleware, styles, stylesheets, and core widgets.