Skip to content

Commit 27f4bb0

Browse files
committed
chore: prepare new release
1 parent 5945db1 commit 27f4bb0

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

gh-pages/index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
<html lang="en">
33

44
<head>
5+
<!-- Google tag (gtag.js) -->
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-994T75C2G5"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag() { dataLayer.push(arguments); }
10+
gtag('js', new Date());
11+
12+
gtag('config', 'G-994T75C2G5');
13+
</script>
514
<meta charset="UTF-8">
615
<meta name="viewport" content="width=device-width, initial-scale=1.0">
716
<title>Flutter Embedding Demo</title>
@@ -314,7 +323,7 @@ <h1>Flutter Embedding Demo</h1>
314323
<path d="M12 5.5L6.5 17h2l1.1-2.8h4.8l1.1 2.8h2L12 5.5zm1.4 6.8h-2.8L12 9l1.4 3.3z" fill="white" />
315324
</svg>
316325
<h2>Angular Demo</h2>
317-
<p>Experience Flutter embedded in an Angular application with Material Design components.</p>
326+
<p>Experience Flutter embedded in an Angular application.</p>
318327
<div class="arrow">
319328
<svg viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round"
320329
stroke-linejoin="round">
@@ -333,7 +342,7 @@ <h2>Angular Demo</h2>
333342
transform="rotate(120 12 12)" />
334343
</svg>
335344
<h2>React Demo</h2>
336-
<p>See Flutter running inside a React application with MUI components and hooks.</p>
345+
<p>See Flutter running inside a React application.</p>
337346
<div class="arrow">
338347
<svg viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round"
339348
stroke-linejoin="round">

0 commit comments

Comments
 (0)