brianegan / dart_redux_epics

Redux.dart middleware for handling actions using Dart Streams
MIT License
141 stars 22 forks source link

Compatibility with Dart 2.0.0 #23

Closed subisu closed 5 years ago

subisu commented 5 years ago

In Dart 2.1 dart:core exports Future and Stream but in 2.0 it doesn't so the build fails. This import will solve the issue and won't affect Dart 2.1

brianegan commented 5 years ago

Oh dang, thanks. I need to adjust the Travis scripts as well to make sure they're testing against 2.0 -- dang dev versions of the language!

subisu commented 5 years ago

Thanks a lot for the speed.

brianegan commented 5 years ago

Yep! Forgot to mention: fix published as 0.10.4