-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#6137Labels
c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedUse of a deprecated Dart API in flutter/packages that needs to be updatedp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem team
Description
'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. Try replacing the use of the deprecated member with the replacement.
I'm not sure if this is in 3.10 or 3.13 from the message; currently it's test-only code, so we could wait until 3.13 is our min-min version to fix this, since test-only fixes don't need to spread through the client ecosystem.
Metadata
Metadata
Assignees
Labels
c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.p: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedUse of a deprecated Dart API in flutter/packages that needs to be updatedp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem team