dart-lang / mockito

Mockito-inspired mock library for Dart
https://pub.dev/packages/mockito
Apache License 2.0
632 stars 162 forks source link

5.4.2 incompatible with Freezed 2.4.2 #691

Closed rxseb closed 10 months ago

rxseb commented 1 year ago

Mockito 5.4.2 is not compatible with freezed 2.4.2 due to analyzer ^6.0.0 requirement.

I noticed analyzer compatibility have been increased on master already. Until next release it is a blocker for our project, since we need latest freezed to handle Dart 3 records.

In order to get some visibility on our side, when is the next release planned?

kevmoo commented 10 months ago

Fixed in https://github.com/dart-lang/mockito/commit/ff79de69e9ef9e8647bd6008c29c16651c9ac220 – publish coming soon!