sample_downloader 0.1.4 copy "sample_downloader: ^0.1.4" to clipboard
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.

Screencast of the CLI tool in action

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 .
9
likes
140
points
193
downloads

Publisher

verified publisherfiliph.net

Weekly Downloads

An command line tool for downloading Flutter projects from GitHub.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

archive, args, cli_menu, cli_util, github, http, path

More

Packages that depend on sample_downloader