Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[visibility_detector] Fix example for dart 3.0.0 #508

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

BrianCraig
Copy link
Contributor

Description

Fix the example for visibility_detector, on sdk>3.0.0 projects the word extends is not used anymore when implementing interfaces, it's replaced by implements.

Screenshot_20231215_075233

See dart-lang/sdk#51440 (comment)

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I signed the CLA.
  • All tests from running flutter test pass.
  • flutter analyze does not report any problems on my PR. (not related to this PR)
    info • 'renderView' is deprecated and shouldn't be used. Consider using RendererBinding.renderViews instead as the binding may manage multiple RenderViews. This feature was deprecated after v3.10.0-12.0.pre • test/widget_test.dart:465:38 • deprecated_member_use
  • I am willing to follow-up on review comments in a timely manner.

@jamesderlin
Copy link
Collaborator

LGTM.

@jamesderlin jamesderlin merged commit 494c6ab into google:master Dec 15, 2023
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants