-
Notifications
You must be signed in to change notification settings - Fork 220
Open
dart-archive/matcher
#110Labels
next-breaking-releaseIssues that are worth doing but need to wait for a breaking version bumpIssues that are worth doing but need to wait for a breaking version bumppackage:matcher
Description
@kevmoo @natebosch
Based on our meeting today, Flutter is hiding TypeMatcher
and isInstanceOf
from test
in all our tests (and in the flutter_test
package that we export to our users), and instead just exporting a function called isInstanceOf
. This is ugly and we would prefer if we could just have an isInstanceOf
method so that we didn't need to have these hacks.
Metadata
Metadata
Assignees
Labels
next-breaking-releaseIssues that are worth doing but need to wait for a breaking version bumpIssues that are worth doing but need to wait for a breaking version bumppackage:matcher