-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
309 lines (295 loc) · 14.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<div class="main-container">
<div class="alert">
<p>Flutter 3.24 and Dart 3.5 are here. Read the blog</p>
</div>
<div class="navbar">
<div class="left"><img src="https://storage.googleapis.com/cms-storage-bucket/6a07d8a62f4308d2b854.svg" alt="">
</div>
<div class="right">
<button>Multi-Platform</button>
<button>Development</button>
<button>Ecosystem</button>
<button>Showcase</button>
<button>Docs</button>
<button id="blue">Get started</button>
<img src="Assets/download (5).svg" alt="">
</div>
</div>
<div class="view1">
<div class="top">
<div class="left">
<h1>Build more with Flutter</h1>
</div>
<div class="right">
<img src="https://storage.googleapis.com/cms-storage-bucket/f399274b364a6194c43d.png" alt="">
</div>
</div>
<div class="bottom">
<p>Flutter transforms the app development process so you can ship more, faster. Deploy to six targets from a single codebase.</p>
</div>
</div>
</div>
<div class="second-container">
<div class="view2">
<div class="center">
<div class="box">
<h1>Enhanced productivity</h1>
<p>Ship features faster with less code while targeting Android, iOS, web, Windows, macOS, and Linux in a single codebase.</p>
<img src="https://storage.googleapis.com/cms-storage-bucket/585b0c4d47b332339756.jpg" alt="">
</div>
<div class="box"><h1>Native performance</h1>
<p>Flutter compiles down to native machine code for fast apps and beautiful animations.</p>
<img src="https://storage.googleapis.com/cms-storage-bucket/8cfcb825303bdb157be8.png" alt="">
</div>
<div class="box"><h1>Always open source</h1>
<p>Trusted by a global community of contributors and supported by Google, Flutter is open, transparent, and reliable.</p>
<img src="https://storage.googleapis.com/cms-storage-bucket/a9faeb5947a2b43d51b1.jpg" alt="">
</div>
</div>
</div>
<div class="view3">
<div class="top">
<h3>Features</h3>
<h1>Build production-quality apps (and have fun doing it)</h1>
</div>
<div class="bottom">
<div class="card">
<div class="box">
<img src="https://storage.googleapis.com/cms-storage-bucket/2bf1bb23691ea31a5915.svg" alt="">
<h2>Stateful hot reload</h2>
<p>Hot reload is built into the Flutter framework to help you iterate quickly and see your changes on the screen in seconds, without losing your place.</p>
</div>
<div class="box">
<img src="https://storage.googleapis.com/cms-storage-bucket/1fff617e33c4becd50cb.svg" alt="">
<h2>Custom widgets</h2>
<p>Create without compromise using hundreds of pre-made or custom visual, layout, platform, and interactive widgets in the SDK.</p>
</div>
<div class="box">
<img src="https://storage.googleapis.com/cms-storage-bucket/1abce6abcc388a3644ba.svg" alt="">
<h2>Adaptive design</h2>
<p>Flutter makes it easy to implement adaptive and responsive designs so your apps look beautiful on every screen you’re targeting.</p>
</div>
<div class="box">
<img src="https://storage.googleapis.com/cms-storage-bucket/b0e66c6d98c4a9c48622.svg" alt="">
<h2>IDE support </h2>
<p>Build Flutter apps with your favorite editors like VSCode or Android Studio with plugins to enhance your workflow and integrated dev tooling.</p>
</div>
</div>
</div>
</div>
<div class="view4">
<div class="top">
<div class="heading">
<h3>Open Source Ecosystem</h3>
<h1>Join a vast open source ecosystem</h1>
</div>
</div>
<div class="bottom">
<div class="left">
<img src="https://storage.googleapis.com/cms-storage-bucket/d1892621c79087bb2c86.jpg" alt="">
</div>
<div class="right">
<div class="box">
<h2>Pub.dev</h2>
<p>Pub.dev is the official package manager for Flutter and Dart packages. Browse thousands of open source packages and plugins and get insights into package quality and popularity.</p>
<div class="btn">
<a href="#">Explore packages</a>
<a href="#">Community favorites</a>
</div>
</div>
<div class="box" style="border-top: 1px solid rgba(0, 0, 0, 0.084); padding-top: 4em;">
<h2>Flutter repo</h2>
<p>Dive into the Flutter source code and get up to speed with well-documented, declarative code. There's never any mystery with open source — the source for Flutter is right there in front of you. View the latest updates, ask questions, open issues, and vote on proposals.</p>
<div class="btn">
<a href="#">View GitHub repository</a>
</div>
</div>
</div>
</div>
</div>
<div class="view5">
<div class="center">
<div class="left">
<h3>Dev Tools</h3>
<h1>Build<br> confidently</h1>
<p>Build confidently with a full suite of performance and debugging tools, including widget and layout inspectors, network and memory profilers, and more.</p>
<button>Explore the DevTools</button>
</div>
<div class="right">
<img src="https://storage.googleapis.com/cms-storage-bucket/7cc7c06c432844004130.jpg" alt="">
</div>
</div>
</div>
<div class="view6">
<div class="center">
<div class="left">
<h3>Documentation</h3>
<h1>Extensive Flutter docs</h1>
<p>Find documentation for everything Flutter - from interactive examples and tutorials, to building and deploying your first Flutter app.</p>
<div class="btn">
<button>Get started</button>
<a>Switching to Flutter? View our guides</a>
</div>
</div>
<div class="right">
<img src="https://storage.googleapis.com/cms-storage-bucket/442072a900a8a1c2cc10.jpg" alt="">
</div>
</div>
</div>
<div class="view7">
<div class="center">
<div class="left">
<h3>AI</h3>
<h1>Build GenAI experiences</h1>
<p>Build your own generative AI-based features into Dart and Flutter apps with leading AI models and APIs.</p>
<button>Learn More</button>
</div>
<div class="right">
<img src="https://storage.googleapis.com/cms-storage-bucket/2518f1edb00ac2c1a99e.png" alt="">
</div>
</div>
</div>
<div class="view8">
<div class="color">
<div class="left">
<h3>Dart</h3>
<h1>Write productive code with Dart, the language that powers Flutter</h1>
<div class="btn">
<button>Visit dart.dev</button>
<a href="#">Get packages</a>
</div>
</div>
<div class="right">
<img src="https://storage.googleapis.com/cms-storage-bucket/31613a504d7f24a043d1.png" alt="" class="hidden">
<img src="https://storage.googleapis.com/cms-storage-bucket/31613a504d7f24a043d1.png" alt="" class="visible">
</div>
</div>
</div>
<div class="view9">
<div class="top">
<div class="text">
<h3>Developer Stories</h3>
<h1>See what others are building</h1>
</div>
<div class="btn">
<button>View all</button>
</div>
</div>
<div class="bottom">
<div class="box">
<img src="/Assets/u1.jpg" alt="">
<h1>Xiaomi (Flutter Developer Stories)</h1>
<p>Take a look at how and why a small team at a Chinese technology company, Xiaomi, used Flutter to develop a companion app for the firm’s popular new...</p>
</div>
<div class="box">
<img src="/Assets/u2.jpg" alt="" class="small">
<h1>How Universal Destinations & Experiences build next generation experiences with #Flutter
</h1>
<p>Flutter gives you the capabilities to create seamless app experiences for your users. Hear how the developers at Universal Destinations & Experiences...</p>
</div>
</div>
</div>
<div class="view10">
<div class="center">
<div class="left">
<h3>Learning Journey</h3>
<h1>Level up your Flutter skills</h1>
<p>Learn everything you need to become a Flutter developer or take your skills to the next level with our learning journeys.</p>
<button>Start learning</button>
</div>
<div class="right">
<img src="https://storage.googleapis.com/cms-storage-bucket/b33ec3939dc170a26e08.jpg" alt="">
</div>
</div>
</div>
<div class="view11">
<div class="center">
<div class="left">
<h3>Ecosystem</h3>
<h1>Create together</h1>
<p>Use world-class packages, tooling, and integrations created and supported by contributors all over the world.</p>
<div class="btn">
<button>Get started</button>
</div>
</div>
<div class="right">
<img src="https://storage.googleapis.com/cms-storage-bucket/7e7a540aa56c80a02e8f.jpg" alt="">
</div>
</div>
</div>
<div class="view12">
<div class="card">
<div class="left">
<h1>Get started</h1>
<p>Instant access to the power of the Flutter framework</p>
<div class="btn">
<button>Install</button>
<p>Read the docs</p>
</div>
</div>
<div class="right">
<img src="https://storage.googleapis.com/cms-storage-bucket/72521e62275b24d3c37d.png" alt="" class="hidden">
</div>
</div>
</div>
<footer>
<div class="links">
<div class="left">
<img src="https://storage.googleapis.com/cms-storage-bucket/6a07d8a62f4308d2b854.svg" alt="">
</div>
<div class="right">
<div class="box">
<h3>About Flutter</h3>
<li>Careers</li>
<li>News</li>
<li>Brand</li>
<li>Culture</li>
</div>
<div class="box">
<h3>Learn Flutter</h3>
<li>Learning Journey</li>
<li>Codelabs</li>
<li>Samples</li>
<li>Cookbook</li>
</div>
<div class="box">
<h3>Multi-Platform</h3>
<li>Mobile</li>
<li>Web</li>
<li>Desktop</li>
<li>Embedded</li>
<li>iOS</li>
</div>
</div>
</div>
<div class="social">
<img src="Assets/download (1).svg" alt="">
<img src="Assets/download (2).svg" alt="">
<img src="Assets/download (3).svg" alt="">
<img src="Assets/download (4).svg" alt="">
<img src="Assets/download.svg" alt="">
</div>
<div class="cc">
<div class="left">
<p>Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the BSD License.</p>
</div>
<div class="right">
<p>Terms</p>
<p>Privacy</p>
<p>Security</p>
</div>
</div>
</footer>
</main>
</body>
</html>