Learning Dart by building a card game
A sample command-line application with an entrypoint in bin/, library codein lib/, and example unit test in test/.
bin/
lib/
test/
Run the following to initialize the repository on first use or after git clean
git clean
dart pub get