dart-lang / mockito

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

Require analyzer 5.12.0 #665

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Require analyzer 5.12.0

There was a recent change that added usage of the new InvalidType to Mockito codegen, but it only appears in analyzer 5.12.

Fixes https://github.com/dart-lang/mockito/issues/656