Skip to content

Remove uses of package:web/helpers.dart #143878

@ditman

Description

@ditman

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

No one assigned

    Labels

    c: tech-debtTechnical debt, code quality, testing, etc.fyi-ecosystemFor the attention of Ecosystem teamp: cross_fileThe cross_file pluginp: deprecated apiUse of a deprecated Dart API in flutter/packages that needs to be updatedp: file_selectorThe file_selector pluginpackageflutter/packages repository. See also p: labels.team-webOwned by Web platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions