cubit_generator 0.1.3 copy "cubit_generator: ^0.1.3" to clipboard
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 [...]

Cubit Generator #

Pub Version License

Cubit Generator is a Flutter package designed to automate the creation of Cubit and state files, streamlining the development process for state management in Flutter applications. This tool provides a command-line interface (CLI) for generating Cubit classes and their associated states, ensuring consistency and reducing boilerplate code.

Features #

  • Automated File Generation: Quickly generate Cubit and state files with a single command.
  • Structured Directory Management: Organizes generated files into a cubits directory with subdirectories for each Cubit.
  • Seamless Integration: Includes part and part of directives for easier file management.
  • Customizable: Easily extend and modify generated code to fit your specific needs.

Installation #

To use Cubit Generator, add it to your pubspec.yaml file:

dependencies:
  cubit_generator: ^0.1.1
copied to clipboard
2
likes
0
points
77
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.07 - 2025.04.21

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 associated states, including `part` and `part of` directives, to streamline the development process and ensure consistency across Flutter projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, flutter

More

Packages that depend on cubit_generator