-
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-ecosystemFor the attention of Ecosystem teamFor the attention of Ecosystem teamp: cross_fileThe cross_file pluginThe cross_file pluginp: 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: file_selectorThe file_selector pluginThe file_selector pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-webOwned by Web platform teamOwned by Web platform team
Description
Some early migrations to package:web used package:web/helpers.dart, which is now deprecated, for example:
file_selector_web
info • example/integration_test/dom_helper_test.dart:11:1 • 'package:web/helpers.dart' is deprecated
and shouldn't be used. See instead package:web/web.dart. Try replacing the use of the
deprecated member with the replacement. • deprecated_member_use
info • example/integration_test/dom_helper_test.dart:44:16 • 'createElementTag' is deprecated and
shouldn't be used. Directly use document.createElement instead. Try replacing the use of the
deprecated member with the replacement. • deprecated_member_use
info • example/integration_test/file_selector_web_test.dart:12:1 • 'package:web/helpers.dart' is
deprecated and shouldn't be used. See instead package:web/web.dart. Try replacing the use of
the deprecated member with the replacement. • deprecated_member_use
info • lib/src/dom_helper.dart:11:1 • 'package:web/helpers.dart' is deprecated and shouldn't be used.
See instead package:web/web.dart. Try replacing the use of the deprecated member with the
replacement. • deprecated_member_use
Other affected packages:
- cross_file
Metadata
Metadata
Assignees
Labels
c: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.fyi-ecosystemFor the attention of Ecosystem teamFor the attention of Ecosystem teamp: cross_fileThe cross_file pluginThe cross_file pluginp: 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: file_selectorThe file_selector pluginThe file_selector pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-webOwned by Web platform teamOwned by Web platform team