Releases: dart-lang/mockito
Releases · dart-lang/mockito
2.2.1
Default No Mirrors
Moved the default release to not contain mirrors. This is since Web and Flutter targets will not support mirrors. Mockito can still be used with mirrors, but will need to import mirrors.dart. This is only needed for the spy functionality.
Stable Release
No breaking changes in this release. Bumping the version number as the library has matured to point of release.
Added support for environments that cannot use mirrors (flutter,) and features for Strong mode development.