orthros / dart-epub

Epub Reader and Writer for Dart
MIT License
218 stars 226 forks source link

dart-epub needs to be updated to support the latest flutter_test #41

Closed Miki-AG closed 5 years ago

Miki-AG commented 5 years ago

See error below:

Because every version of flutter_test from sdk depends on async 2.1.0 and epub >=1.3.0 depends on async >=1.8.0 <2.1.0, flutter_test from sdk is incompatible with epub >=1.3.0.

Miki-AG commented 5 years ago

As a workaround, you can override async:

dependency_overrides: async: 2.0.0

novrian6 commented 5 years ago

Yes please to support latest flutter test. Because every version of flutter_test from sdk depends on async 2.1.0 and epub >=1.3.0 depends on async >=1.8.0 <2.1.0, flutter_test from sdk is incompatible with epub >=1.3.0.

using dependency overrides, does not work as well now.

orthros commented 5 years ago

Thanks for surfacing this. This should be closed with PR #42

orthros commented 5 years ago

Please feel free to open a new issue if this persists, but PR #42 should close this