my_clean_cli 1.1.0 copy "my_clean_cli: ^1.1.0" to clipboard
my_clean_cli: ^1.1.0 copied to clipboard

A Dart CLI tool for generating clean architecture folders and updating pubspec.yaml in Flutter projects.

3. CHANGELOG.md #

# Changelog

## 1.0.0

- Initial release of `my_clean_cli`.
- Added functionality to generate predefined folder structures.
- Added functionality to update the `pubspec.yaml` file with dependencies and assets.

## 1.0.6    
- Minor fix but important for the user

## 1.0.7
- Added functionality to generate predefined widgets.

## 1.0.8
- Updated functionality to generate predefined widgets.
- Updated functionality to generate pubspec dependency.

## 1.1.0
- Added dynamic project identity options (`--app-name`, `--package-name`, `--org`) for generated templates.
- Added asset management flags (`--asset`, `--font-family`) with reference-file creation in asset folders.
- Added targeted dependency operations (`--add-dep`, `--update-dep`, `--remove-dep` and dev variants) plus `--dry-run`.
- Improved template normalization and example app local CLI testing workflow.

## 1.0.9
- Added more flags for custom repo also check the readme.md
2
likes
140
points
154
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart CLI tool for generating clean architecture folders and updating pubspec.yaml in Flutter projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, args, http, path, yaml, yaml_edit

More

Packages that depend on my_clean_cli