flutter_manager 1.0.5 flutter_manager: ^1.0.5 copied to clipboard
A useful command line tool for Flutter, which support flutter component management, built-in commands and custom command etc.(一个实用的Flutter命令行工具,支持 flutter 组件管理、内置命令和自定义命令等)
1.0.5 #
- 【feat】The local/remote branch of each component can be managed uniformly through the
ref
tag of thedelegate.yaml
configuration file
1.0.4 #
- 【bugFixed】Fixed a bug that failed to automatically create a local source folder based on
delegate.yaml
'spath
tag - 【feat】Remove the
thirdParty
tag from thedelegate.yaml
file to automatically identify whether it is a third-party library
1.0.3 #
- 【feat】When you update a library dependency, the granularity of operations is reduced from dependency to specific library node
- 【feat】Removes management of the Flutter SDK, allowing users to care only about their own business dependencies
1.0.2 #
- 【feat】Add example code
- 【bugFixed】Fix the problem of address mismatch when local source code depends
1.0.1+1 #
- Update Chinese document address
1.0.1 #
- The previous power_command is no longer maintained, and new flutter_manager are welcome
1.0.0 #
- Added
manager mvm
command.Themvm
command can uniformly manage the version number of the flutter component library and switch between local path and remote git dependencies with one click.