easy_code 0.2.1 easy_code: ^0.2.1 copied to clipboard
This package is a code generator for flutter projects.
0.2.1 #
Improvements #
- Added template to routes and services.
- Added command to routes and services.
- Improved the documentation files.
- Fixed Errors.
- Added new Template
0.1.1 #
Improvements #
- Dynamic Import Paths:
- Implemented dynamic import paths to improve flexibility in code generation, adapting the imports based on the project structure.
0.1.0 - alpha.1 #
New Features #
-
Support for
codescript.yaml
configuration file:- You can now add a
codescript.yaml
configuration file at the root of the project to define paths, custom options, and other necessary settings for code generation. - This provides more flexibility and control over the behavior of
codescript
, such as configuring default directories or customizing the names of generated classes. - Example: See the project's README for an example
codescript.yaml
file and instructions on how to use it.
- You can now add a
-
Improved project workflow integration:
- The new
codescript.yaml
file streamlines the integration with the project's workflow, allowing better organization of folders and code structure. - It includes configuration for where generated files should be placed, making it easier to customize where specific files are created.
- The new
Improvements #
- Enhanced log messages for clearer information when installing dependencies and running commands within the system.
0.0.1 - Dev 🚧 #
- Initial package (🚧 under construction 🚧)