flutter_snow_blower 2021.2.0+1
flutter_snow_blower: ^2021.2.0+1 copied to clipboard
A CLI package that helps you to start a project, maintain and generate new pages, controllers, modules with flutter_modular. Using the Clean architecture or MVC architecture
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
2021.2.0 - 2021-04-26 #
- Updated create and generated templates to the new version of packages
2021.1.4 - 2021-04-26 #
- Fixed create command on flutter 2.0
2021.1.3 - 2021-01-19 #
0.2.1 - 2020-11-02 #
Fixes #
- Fix: Invalid argument(s): Could not find an option named "internationalization".
0.2.0 - 2020-10-30 #
0.1.0 - 2020-06-25 #
Added #
- Added example/README.md with the references of all the examples
- Added new file on start command, the validators. Is an util that you can centralize all the validators of the application, and also your i18n file.
Fixes #
- Reformated the code with pedantic rules
- Fixed images of Readme
- Fixed .gitignore errors
- Fixed uninstall of packages with more than one line
0.0.1 - 2020-06-25 #
Added #
- Initial version of the package.
- Thanks to Denis Viana and to Lucas Polazzo that made this first version of the package!