alexeieleusis/greencat

Support Dart 2.0 / 2.1

sturmf opened this issue · 4 comments

I am using greencat in an older application which I currently try to port to Dart 2.1. Unfortunately greencat is not yet compatible with Dart >=2.0.0

Are there any plans on support, or maybe already work on it?

I just published a Dart 2 compliant version to pub. Enjoy!

Hey great thanks! Just for your info, I now almost ported my code (still struggling with the tests) and so far I used an override for greencat and it worked without changes in your lib.

Testing async code is challenging, good luck!