nextwidget 1.0.1
nextwidget: ^1.0.1 copied to clipboard
A Flutter package providing a collection of customizable widget templates and a CLI tool for generating components, making it easy to create common UI elements.
1.0.1 #
- Initial version.
Now, let's create a template for the CHANGELOG.md:
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] - 2024-08-06
### Added
- Flutter support for generated components
- New `stateful_widget` template
### Changed
- Improved package structure to follow Flutter conventions
- Updated documentation with more detailed usage instructions
### Fixed
- Resolved import issues in component templates
## [1.0.0] - 2024-08-01
### Added
- Initial release of NextWidget
- Basic widget generation functionality
- CLI commands for generating and listing components
- Customizable output directory
- YAML configuration support