flutter/plugin_tools

Name: plugin_tools

Owner: Flutter

Description: Productivity utils for hosting multiple plugins within one repository.

Created: 2017-05-12 21:38:21.0

Updated: 2018-05-01 20:13:28.0

Pushed: 2018-05-01 20:13:27.0

Homepage:

Size: 25

Language: Dart

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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:

Installation

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

b global activate flutter_plugin_tools
Requirements

To use all features of flutter_plugin_tools you'll need the following commands in your PATH:

Usage
b global run flutter_plugin_tools <command>

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.