-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#6177Labels
c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.fyi-webFor the attention of Web platform teamFor the attention of Web platform teamp: 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 updatedpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem team
Description
• 'window' is deprecated and shouldn't be used. Look up the current
FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead.
Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after
v3.7.0-32.0.pre. Try replacing the use of the deprecated member with the replacement. •
deprecated_member_use
Many of these are part of the same calls as #143397
Metadata
Metadata
Assignees
Labels
c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.fyi-webFor the attention of Web platform teamFor the attention of Web platform teamp: 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 updatedpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem team