flutter_plugin_tools 0.0.3 copy "flutter_plugin_tools: ^0.0.3" to clipboard
flutter_plugin_tools: ^0.0.3 copied to clipboard

discontinued
outdatedDart 1 only

Productivity utils for hosting multiple plugins within one repository.

Flutter Plugin Tools #

Build Status pub package

Flutter Plugin Tools implements a CLI with various productivity tools for hosting multiple Flutter plugins in one github repository. It is mainly used by the flutter/plugins and flutter/flutterfire repositories. It was mainly written to facilitate testing on Travis for these repositories (see travis.yaml).

As an example, Flutter Plugin Tools allows you to:

  • Build all plugin example apps with one command
  • Run the tests of all pluigns with one command
  • Format all Dart, Java, and Objective-C code in the repository

Installation #

In order to use the tools you need to enable them once by running the following command:

$ pub global activate flutter_plugin_tools

Usage #

$ pub global run flutter_plugin_tools <command>

Repalce <command> with help to print a list of available commands.

7
likes
0
pub points
69%
popularity

Publisher

verified publisherflutter.dev

Productivity utils for hosting multiple plugins within one repository.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, http, path

More

Packages that depend on flutter_plugin_tools