packed 0.2.8
packed: ^0.2.8 copied to clipboard
A CLI tool to rapidly generate Flutter feature structures following the BLoC pattern.
0.2.8 #
- Fix: Updated
InternetConnectionCheckerto use constructor call()instead ofinstancein feature DI template.
0.2.7 #
- Feature: Added
internet_connection_checkerto the list of automatically installed dependencies. - Documentation: Added critical instruction to README about manually initializing dependency injection in
main.dart.
0.2.6 #
- Refactor: Updated
InternetConnectionCheckerto use.instancein core DI template. - Refactor: Reverted
RemoteDataSourceImplto use constructor call()instead ofinstancein feature DI template.
0.2.5 #
- Feature: Updated core import paths in templates to use 4-level relative paths (
../../../../core/). - Refactor: Updated
RemoteDataSourceImplto use a singletoninstancein DI registration. - Documentation: Added a note in README that commands must be run from the project's root directory.
0.2.4 #
- Feature: Automatically run
packed generate initif the project is not initialized when generating a feature or usecase. - Fix: Added
isInitializedcheck to prevent errors when core layers are missing. - Fix: Resolved missing
dart:ioimport ingenerate_usecase_command.dart.
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.