Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web] Add meta "generator" tag. #156262

Closed
ditman opened this issue Oct 5, 2024 · 1 comment · Fixed by flutter/engine#55714
Closed

[web] Add meta "generator" tag. #156262

ditman opened this issue Oct 5, 2024 · 1 comment · Fixed by flutter/engine#55714
Labels
c: new feature Nothing broken; request for a new capability engine flutter/engine repository. See also e: labels. platform-web Web applications specifically team-web Owned by Web platform team

Comments

@ditman
Copy link
Member

ditman commented Oct 5, 2024

We need to add a:

<meta name="generator" content="Flutter" />

to the <head> of the page when Flutter before the app runs.

This is needed for stats/attribution.

(Since this is a one-time initialization operation, and possibly will never change depending on the behavior of the app, the initializeEngineUi method may be a good spot to do it.)

@ditman ditman added c: new feature Nothing broken; request for a new capability engine flutter/engine repository. See also e: labels. platform-web Web applications specifically team-web Owned by Web platform team labels Oct 5, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2024
nick9822 pushed a commit to nick9822/flutter that referenced this issue Dec 18, 2024
Adds a `meta name="generator" content="Flutter"` tag when the engine UI initializes.

## Issues

Fixes flutter#156262

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
flutteractionsbot pushed a commit to flutteractionsbot/engine that referenced this issue Jan 30, 2025
Adds a `meta name="generator" content="Flutter"` tag when the engine UI initializes.

## Issues

Fixes flutter/flutter#156262

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: new feature Nothing broken; request for a new capability engine flutter/engine repository. See also e: labels. platform-web Web applications specifically team-web Owned by Web platform team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant