ample_downloader
A command-line tool for easy extraction of Dart & Flutter projects from GitHub repositories.
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 .