-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Open
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: pointer_interceptorA widget to prevent clicks from being swallowed by underlying HtmlElementViews on the webA widget to prevent clicks from being swallowed by underlying HtmlElementViews on the webpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-webOwned by Web platform teamOwned by Web platform team
Description
The example app for pointer_interceptor still uses dart:html:
info • example/lib/platforms/native_widget_web.dart:5:1 • 'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop
instead. Try replacing the use of the deprecated member with the replacement. • deprecated_member_use
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: pointer_interceptorA widget to prevent clicks from being swallowed by underlying HtmlElementViews on the webA widget to prevent clicks from being swallowed by underlying HtmlElementViews on the webpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-webOwned by Web platform teamOwned by Web platform team