felangel / mocktail

A mock library for Dart inspired by mockito
https://pub.dev/packages/mocktail
MIT License
588 stars 80 forks source link

Incompatible with Flutter 3.10 #197

Closed boldt closed 11 months ago

boldt commented 1 year ago

Describe the bug

mocktail 0.3.0 is incompatible with flutter 3.10:

And because app depends on integration_test from sdk, build_runner >=2.0.2 <2.3.1 is incompatible with mocktail 0.3.0.
So, because app depends on both build_runner 2.3.0 and mocktail 0.3.0, version solving failed.
felangel commented 1 year ago

Hi @boldt πŸ‘‹ Can you please share the pubspec.yaml? Thanks!

richaux commented 11 months ago

In case it helps, I've been using mocktail 0.3.0 (and 1.0.0 too) with flutter 3.10 and don't get incompatibility messages: I also have build_runner 2.4.6, so an upgrade of that may resolve. 🀞

felangel commented 11 months ago

Closing this for now since there are no actionable next steps. Feel free to provide more info/reproduction if it’s still an issue and I’m happy to take a closer look πŸ‘