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

NOTE: This is an experimental project by a single developer. I cannot guarantee any level of support at this point.

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 .
0
likes
130
pub points
0%
popularity

Publisher

verified publisherfiliph.net

An command line tool for downloading Flutter projects from GitHub.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on sample_downloader