moshaf_boilerplate 2.0.0
moshaf_boilerplate: ^2.0.0 copied to clipboard
A CLI tool for generating Flutter boilerplate structures based on Clean Architecture, BLoC, dependencies, and more.
Changelog #
2.0.0 #
- Fixed bugs in iOS project configuration.
- Improved documentation and usage guides.
- Added support for Flutter 3.41.1 and latest versions.
- Enhanced source code for zone-guarded implementations.
- Improved error handling and logging mechanisms.
- Updated dependencies to latest stable versions.
1.0.3 #
- Added support for custom project templates.
- Improved CLI prompts for better user experience.
- Fixed issues with flavor-specific asset generation.
- Updated documentation for new features.
- Enhanced compatibility with latest Flutter versions.
1.0.2 #
- Improved documentation and added usage examples.
- Updated dependencies for better compatibility.
- Fixed minor bugs in flavor configuration.
- Enhanced error handling during project generation.
- Refactored code for maintainability and readability.
1.0.1 #
- Prioritize the use of FVM for Flutter version management.
- Tested and verified with Flutter 3.38.0, now set as the minimum supported version.
- Added Android and iOS source code to support flavor configurations.
- Fixed execution issues with dot files.
- Added comprehensive example project for documentation purposes.
- Various improvements and codebase refinements.
1.0.0 #
- Stable release of
moshaf_boilerplateversion 1.0.0. - Includes all features from previous dev versions.
- Provides a robust generator for Flutter projects using Clean Architecture and BLoC.
- Ensures compatibility with Flutter 3.32.2 and above.
- Improved source directory resolution and updated dependencies.
1.0.0-dev.2 #
- Enhance boilerplate generator with source directory resolution and update dependencies
1.0.0-dev.1 #
- Initial dev release of
moshaf_boilerplate. - Provides a generator for Flutter folder structure based on Clean Architecture.
- Supports state management using BLoC.
- Ensures minimum Flutter version (3.32.2).
- Note: This is an initial dev version and may contain bugs or incomplete features.