packed 0.2.3
packed: ^0.2.3 copied to clipboard
A CLI tool to rapidly generate Flutter feature structures following the BLoC pattern.
0.2.3 #
- Feature: Added interactive prompt to choose between Cubit and Bloc when generating a feature.
- Feature: Added Bloc and Event templates for feature generation.
- Refactor: Updated DI, Page, and View templates to support both Cubit and Bloc architectures.
0.2.2 #
- Fix: Added missing documentation comments for public APIs.
- Fix: Added
lintspackage and resolved all static analysis warnings. - Fix: Improved cross-platform compatibility by cleaning up dependencies.
0.2.1 #
- Feature: Added
packed generate initcommand to bootstrap project with core layers and DI container. - Documentation: Improved README with badges, better formatting, and comprehensive usage guides.
0.2.0 #
- Feature: Added automatic installation of required dependencies (
flutter_bloc,get_it,equatable,dartz). - Feature: Added Clean Architecture support for feature generation.
- Feature: Added GetIt dependency injection support.
- Feature: Added standalone usecase generation with automatic DI registration.
- Feature: Added Domain layer (entities, repositories, usecases).
- Feature: Added Data layer (datasources, models, repositories).
- Refactor: Moved presentation files to
presentation/directory.
0.1.3 #
- Chore: Updated versioning and project structure.
0.1.2 #
- Fix: Updated version number to 0.1.2.