This creates an bare bone Dart directory structure to get your project started.
git clone https://github.com/Zectbumo/dart-enchilada my_project
#!/bin/sh
git clone https://github.com/Zectbumo/dart-enchilada "$1"
pubinit() { git clone https://github.com/Zectbumo/dart-enchilada "$1"; }