/playground-dart

Playground for Dart related stuff

Primary LanguageDart

playground-dart

My playground for everything dart-related.

unit_testing

Example of how to write unit tests in Dart. Test are written in Test (GitHub, Pub) and Mockito (GitHub, Pub).

run example

cd unit_testing && pub get && pub run test ./*_test.dart

isolates

Example of how to run tasks in separate isolates.

run example

cd isolates && pub get && pub run test ./*_test.dart