[web] Add meta "generator" tag. #156262
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
We need to add a:
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.)The text was updated successfully, but these errors were encountered: