Skip to content

HTMLMetaElement throw TypeError: Illegal constructor #183

Closed
@amrgetment

Description

@amrgetment

In Flutter 3.19 I tried web 0.4.2 and I got the following error TypeError: Illegal constructor
when I used HTMLMetaElement

  final HTMLMetaElement metaElement = HTMLMetaElement()
    ..name = 'google-signin-client_id'
    ..content = flavor.googleWebClientId;

similar issues:
#124
flutter/flutter#139125

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions