catalyst_ui 0.2.7
catalyst_ui: ^0.2.7 copied to clipboard
A flexible, theme-driven UI component library for Flutter. No Material or Cupertino dependency — fully customisable design tokens, colour schemes, typography, and user-defined component variants.
0.2.7 #
- Fix Snackbar being obscured by software keyboard
0.2.6 #
- Improve bottom nav tap target size
0.2.5 #
- Replace
AppBar.trailingwithAppBar.actionsfor more consistent design
0.2.4 #
- Reduce minimum tap target size to 44
- Support circular icon buttons
0.2.3 #
- Increase default AppBar text size to 20
0.2.2 #
- Fix sizes of various components to improve accessibility
0.2.1 #
- More accessibility fixes
0.2.0 #
- Fix touch-target-related accessibility issues
0.1.11-beta #
- Fix more accessibility issues
0.1.10-beta #
- Fix accessibility issues
0.1.9-beta #
- Fix callback bug on Slider
0.1.8-beta #
- Increase height of
BottomNav
0.1.7-beta #
- Add ViewInsets to
BottomSheetbottom padding
0.1.6-beta #
- Increase
Slidertouch target with invisible vertical hit slop
0.1.5-beta #
- Auto-determine
MenuButtondropdown alignment from available screen space
0.1.4-beta #
Carddefault tone is now.surface- Add
.antialiasclip behavior toCard
0.1.3-beta #
- Add
IgnorePointertoTextFieldin read-only mode to ensure the whole widget can be tapped (e.g. when wrapped in aGestureDetector)
0.1.2-beta #
- Add
isDestructiveproperty toMenuOptions
0.1.1-beta #
- Add start/end scale and min/max selectable bounds to Slider
0.1.0-beta #
Initial public beta release.