You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the flutter_tools project and several dev/ bits of the flutter SDK repo depend on mockito. Because we do not want to introduce a codegen requirement for developing with the SDK (and because we'd like to reduce mocks anyway) we have not been able to upgrade past 4.1.1. We anticipate this migrating will take at least a few more months.
Unfortunately mockito 4.1.1 depends on test_api, which means it constrains our test package version and thus everything that depends on test (shelf, shelf_packages, vm_service, dwds, analyzer).
To avoid being stuck at our current version for the next few months, it would be great to have a release of mockito that supported the latest versions but did not require codegen. Its not necessary for this to be null safe.