My playground for everything dart-related.
Example of how to write unit tests in Dart. Test are written in Test (GitHub, Pub) and Mockito (GitHub, Pub).
cd unit_testing && pub get && pub run test ./*_test.dart
Example of how to run tasks in separate isolates.
cd isolates && pub get && pub run test ./*_test.dart