flutwid_ui 1.4.2
flutwid_ui: ^1.4.2 copied to clipboard
A Flutter component generator tool.
1.4.2 #
- Added shadcn-like usage pattern - no global installation required!
- Improved template path resolution to work in various environments
- Enhanced error messages with helpful instructions
- Updated documentation with simpler usage examples
1.4.1 #
- Fixed CLI tool to work correctly when installed globally via
dart pub global activate flutwid_ui - Improved error handling and user feedback in the CLI tool
- Ensured template files are included in the published package
1.4.0 #
- Added CLI tool for generating UI components
- Added MyButton component
- Improved documentation
- Added example application
1.3.0 #
- Fixed executables configuration
- Added proper path package dependency
1.2.0 #
- Added mustache template support for component generation
- Improved CLI command structure
- Added path utility for file handling
1.1.0 #
- Fixed Flutter Material components imports
- Updated button styling to use MaterialStateProperty
1.0.0 #
- Initial version.