package:test_api v0.6.1
·
739 commits
to master
since this release
- Drop support for null unsafe Dart, bump SDK constraint to
3.0.0. - Make some implementation classes
final. These classes were never intended to
be extended or implemented.Metadata,PlatformSelector,RemoteListener,
Runtime,StackTraceFormatter,SuitePlatform,RemoteException,
TestHandle,OutstandingWork,OutsideTestException,OnPlatform,
Retry,Skip,Tags,TestOn,Timeout. - Mark an implementation class
interface:StackTraceMapper. - Change the
Compilerclass into anenum. - Make
Fakeamixin class. - Allow the latest analyzer (6.x.x).