Skip to content

adrian83/playground-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Playground for Dart related stuff

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages