flutter_worktree_manager 0.1.2
flutter_worktree_manager: ^0.1.2 copied to clipboard
A CLI tool to manage Flutter git worktrees with automatic secret file copying and build_runner support.
0.1.2 #
- Added
initcommand to automatically generate a defaultworktree_config.yaml. - Added a notification and suggestion message when the configuration file is missing.
0.1.1 #
- Localized all CLI output messages and help information to English.
- Added support for
--helpand-hflags. - Improved documentation with comprehensive Doc comments.
- Exported public library for better API documentation on pub.dev.
- Updated
.gitignoreto keep the project clean.
0.1.0 #
- Initial release.
- Support for creating git worktrees with automatic config file copying.
- Automatic
flutter pub getandbuild_runner buildexecution. - Support for
worktree_config.yamlto customize directory paths and files. - Added
--removecommand to clean up worktrees easily.