-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[plugin_platform_interface] Test that PlatformInterface
and MockPlatformInterfaceMixinTest
have no instance methods
#4659
[plugin_platform_interface] Test that PlatformInterface
and MockPlatformInterfaceMixinTest
have no instance methods
#4659
Conversation
81f45c3
to
9de8e26
Compare
PlatformInterface
has no instance methodsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I'm not a maintainer here...
61deea1
to
08842d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea, LGTM!
No version change: I am not sure that this change is worth releasing an update for, so I've marked it as NEXT, but reviewers, let me know if you'd like to see this be a minor or patch update.
FYI the final version of this doesn't need this annotation; because the only change is to tests, the check wouldn't have flagged it.
PlatformInterface
has no instance methods
32b0cd9
to
3fe9fbb
Compare
PlatformInterface
has no instance methodsPlatformInterface
and StaticMethodsOnlyMockPlatformInterfaceMixinTest
have no instance methods
PlatformInterface
and StaticMethodsOnlyMockPlatformInterfaceMixinTest
have no instance methodsPlatformInterface
and MockPlatformInterfaceMixinTest
have no instance methods
This pull request is not suitable for automatic merging in its current state.
|
This pull request is not suitable for automatic merging in its current state.
|
… `MockPlatformInterfaceMixinTest` have no instance methods (flutter/plugins#4659)
PlatformInterface
andMockPlatformInterfaceMixinTest
have no instance methods with a comment explaining why doing so is a breaking change.No version change: As a test-only change, it is not necessary to release as an update to pub, so I've marked it as NEXT.
Follow-on PR to flutter/flutter#96178
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes].CHANGELOG.md
to add a description of the change, [following repository CHANGELOG style].///
).