Dreckr / Worker

Utility for easy concurrency with isolates
MIT License
35 stars 10 forks source link

Make dart package worker Dart2 compatible #14

Open manuelF opened 6 years ago

manuelF commented 6 years ago

This required adding some types in the dynamic lists and migrating to package unittest that has better type supports (and is the standard package now in Dart for this)

Also bumps major version so people using Dart1 don't end up upgrading to a non-compatible version.

$ dart --version Dart VM version: 2.0.0 (Unknown timestamp) on "linux_x64" $ /usr/lib/dart/bin/pub run test 00:29 +20: All tests passed!