flutwid_ui 2.1.0
flutwid_ui: ^2.1.0 copied to clipboard
A Flutter component generator tool.
2.1.0 #
- Added custom SlideToAct component with zero external dependencies
- Enhanced CLI to detect component type based on name
- Added example usage for the SlideToAct component
- Improved component generation with more customization options
2.0.0 #
- Complete rewrite: Ultra-simplified CLI implementation with zero dependencies
- Guaranteed to work in all environments with no configuration
- No more template files or path resolution issues
- Direct component generation with no intermediate steps
- Fixed all known issues with previous versions
1.5.0 #
- Complete rewrite: Entirely new CLI implementation for maximum reliability
- Guaranteed to work in all environments with no configuration
- No more template file issues - everything is embedded directly in the code
- Simplified user experience - just run and get your components
- Fixed all known issues with previous versions
1.4.3 #
- Major improvement: Embedded template directly in the code - no template files needed!
- Fixed the issue where templates couldn't be found in user projects
- Simplified the implementation for more reliable component generation
- Made the package truly work like shadcn with zero configuration
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.