fonde_ui 0.2.0
fonde_ui: ^0.2.0 copied to clipboard
Desktop-first Flutter UI component library. Shell layout, precise interaction, and accessibility by default.
Changelog #
- CHANGE
- Breaking changes
- UPDATE
- Backward-compatible changes
- ADD
- Backward-compatible additions
- FIX
- Bug fixes
0.2.0 #
Release date: 2026-03-20
- [ADD] Add FondeNumberField
- Numeric input field with increment/decrement buttons
- Supports integer and decimal modes, with optional min/max/step
- [ADD] Add FondeDatePicker
- Desktop-style popup date picker
- Supports single-day and range selection
- Provides
showFondeDatePickerDialoghelper function
- [ADD] Add FondeRadioButton to example catalog
- [ADD] Add automated tests (234 tests total)
- [ADD] Add component roadmap documentation
- [UPDATE] Improve CI
- Add test job
- Trigger on pushes to feature/** and release/** branches
0.1.0 #
Release date: 2026-03-18
- [ADD] Initial release