sample_downloader 0.1.4 sample_downloader: ^0.1.4 copied to clipboard
An command line tool for downloading Flutter projects from GitHub.
sample_downloader #
A command-line tool for easy extraction of Dart & Flutter projects from GitHub repositories.
Installation #
$ dart pub global activate sample_downloader
Usage #
$ sample_downloader
Currently, this fetches projects from
flutter/games
by default. You can provide other repositories like this:
$ sample_downloader --from brianegan/flutter_architecture_samples
Development #
To install the latest development version of this tool to your path,
cd
into this project's directory and run this command:
dart pub global activate --source path .