flutter_manager 1.0.0 copy "flutter_manager: ^1.0.0" to clipboard
flutter_manager: ^1.0.0 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.0 #

  • Remove power_command source command

  • Rename power_command to flutter_manager

  • Added manager mvm command.The mvm command can uniformly manage the version number of the flutter component library and switch between local path and remote git dependencies with one click.

0.0.5+1 #

  • Update documentation

0.0.5 #

  • Support the function of automatically git clone flutter component source code to path by git configuring

    bangmai_module_base:
      active: false
      path: module/bangmai_module_base
      git:
        url: 'git@xxx.git'
        ref: 'dev'
    

0.0.4 #

  • Support flutter component source code management through a pair of commands:

    power_command source build

    power_command source restore

0.0.3 #

  • support run a script

    For Example:

    power_command custom ~/currentActivity.sh

0.0.2+2 #

  • refactor power_command custom --command command to power_command custom [arguments]

    For Example:

    power_command custom flutter pub get which will run flutter pub get

  • support to delete files or folder.

    For Example:

    print power_command delete pubspec.lock which will run delete command to delete pubspec.lock

0.0.2+1 #

  • add custom command and format command, you can custom command like power_command custom --command="flutter pub get"
  • every command support format flag

0.0.2 #

  • fix a bug "The Flutter SDK is not available." when run command power_command <command>

0.0.1+1 #

  • update documentation

0.0.1 #

  • support flutter clean, flutter pub get , delete pubspec.lockfile, and pure which run delete clean and pub get in order
2
likes
0
pub points
19%
popularity

Publisher

unverified uploader

A useful command line tool for Flutter, which support flutter component management, built-in commands and custom command etc.(一个实用的Flutter命令行工具,支持 flutter 组件管理、内置命令和自定义命令等)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path, yaml, yaml_edit

More

Packages that depend on flutter_manager