shadcn_flutter 0.0.17 shadcn_flutter: ^0.0.17 copied to clipboard
Beautifully designed components from Shadcn/UI is now available for Flutter
0.0.1 #
- Initial release
0.0.2 #
- Added missing components
- Improved documentation pages
0.0.3 #
- Added wasm support
- Overhauled the button component and the badge component
0.0.4 #
- Split into 3 packages: shadcn_flutter, shadcn_flutter_web, and shadcn_flutter_platform_interface
0.0.5 #
- Fix platform support for windows, android, macos, linux, and ios
- Added drawer and sheet
0.0.6 #
- Updated README.md
0.0.7 #
- Fix broken links in README.md
0.0.8 #
- Updated installation guide
0.0.9 #
- Fixed duplicate widget entries
0.0.10 #
- Fixed icon visual glitch
0.0.11 #
- Fixed missing icons directory
0.0.12 #
- Added Resizable component
- Added Menubar component
- Refactored ComboBox to Select
- Added Context Menu component
- Added Dropdown Menu component
0.0.13 #
- Fixed platform interface initialization
0.0.14 #
- Overhauled popover system
- Removed Popover, PopoverLayoutDelegate, PopoverExtension, and PopoverPortal
- Added NavigationMenu component
- Capture and re-wrap data widget in popover
0.0.15 #
- Added support for Material/Cupertino widgets
0.0.16 #
- Fixed bug with data not being bound to popover context
- Fixed popover transformation matrix
0.0.17 #
- Fixed chained text widget
- Added toast component
- Added colors constants
- Added HSL color picker
- Fixed color shades generation issue
- Improved radio group widget