|
18 | 18 |
|
19 | 19 | <meta charset="UTF-8"> |
20 | 20 | <meta content="IE=Edge" http-equiv="X-UA-Compatible"> |
21 | | - <meta name="description" content="A new Flutter project."> |
| 21 | + <meta name="description" content="An interactive and highly customizable Circle Pack Chart (Circular Treemap) library for Flutter."> |
22 | 22 |
|
23 | 23 | <!-- iOS meta tags & icons --> |
24 | 24 | <meta name="mobile-web-app-capable" content="yes"> |
25 | 25 | <meta name="apple-mobile-web-app-status-bar-style" content="black"> |
26 | | - <meta name="apple-mobile-web-app-title" content="example"> |
| 26 | + <meta name="apple-mobile-web-app-title" content="CirclePackChart"> |
27 | 27 | <link rel="apple-touch-icon" href="icons/Icon-192.png"> |
28 | 28 |
|
| 29 | + <!-- Open Graph / Facebook --> |
| 30 | + <meta property="og:type" content="website"> |
| 31 | + <meta property="og:url" content="https://fabiocarneiro.github.io/FlutterCirclePackChart/"> |
| 32 | + <meta property="og:title" content="FlutterCirclePackChart Demo"> |
| 33 | + <meta property="og:description" content="Explore hierarchical data with immersive drill-down animations and responsive circle packing."> |
| 34 | + <meta property="og:image" content="https://fabiocarneiro.github.io/FlutterCirclePackChart/icons/Icon-512.png"> |
| 35 | + |
| 36 | + <!-- Twitter --> |
| 37 | + <meta property="twitter:card" content="summary_large_image"> |
| 38 | + <meta property="twitter:url" content="https://fabiocarneiro.github.io/FlutterCirclePackChart/"> |
| 39 | + <meta property="twitter:title" content="FlutterCirclePackChart Demo"> |
| 40 | + <meta property="twitter:description" content="Explore hierarchical data with immersive drill-down animations and responsive circle packing."> |
| 41 | + <meta property="twitter:image" content="https://fabiocarneiro.github.io/FlutterCirclePackChart/icons/Icon-512.png"> |
| 42 | + |
29 | 43 | <!-- Favicon --> |
30 | 44 | <link rel="icon" type="image/png" href="favicon.png"/> |
31 | 45 |
|
32 | | - <title>example</title> |
| 46 | + <title>FlutterCirclePackChart Demo</title> |
33 | 47 | <link rel="manifest" href="manifest.json"> |
34 | 48 | </head> |
35 | 49 | <body> |
|
0 commit comments