cubit_generator 0.1.3
cubit_generator: ^0.1.3 copied to clipboard
A Flutter package to automate the creation of Cubit and state files with basic boilerplate and structured directory management. It provides a command-line tool for generating Cubit classes and their a [...]
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] #
[0.1.1] - 2024-08-03 #
Added #
- Initial release of
cubit_generator
package. - Command-line tool for creating Cubit and state files.
- Basic boilerplate for Cubit and state management, including
part
andpart of
directives. - Automatic creation of
cubits
directory and subdirectories for each Cubit. - Templates for Cubit and state files with initial state class.