Last updated:
0 purchases
sample downloader
sample_downloader #
A command-line tool for easy extraction of Dart & Flutter projects
from GitHub repositories.
Installation #
$ dart pub global activate sample_downloader
copied to clipboard
Usage #
$ sample_downloader
copied to clipboard
Currently, this fetches projects from
flutter/games
by default. You can provide other repositories like this:
$ sample_downloader --from brianegan/flutter_architecture_samples
copied to clipboard
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 .
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.