Add flutter_web samples (#75)
BIN
web/vision_challenge/web/assets/10.png
Normal file
|
After Width: | Height: | Size: 117 KiB |
BIN
web/vision_challenge/web/assets/20.png
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
web/vision_challenge/web/assets/30.png
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
web/vision_challenge/web/assets/35.png
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
web/vision_challenge/web/assets/40.png
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
web/vision_challenge/web/assets/45.png
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
web/vision_challenge/web/assets/99.png
Normal file
|
After Width: | Height: | Size: 114 KiB |
10
web/vision_challenge/web/assets/FontManifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"family": "MaterialIcons",
|
||||
"fonts": [
|
||||
{
|
||||
"asset": "https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
BIN
web/vision_challenge/web/assets/p0.jpg
Normal file
|
After Width: | Height: | Size: 703 KiB |
BIN
web/vision_challenge/web/assets/p1.jpg
Normal file
|
After Width: | Height: | Size: 343 KiB |
10
web/vision_challenge/web/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<script defer src="main.dart.js" type="application/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
10
web/vision_challenge/web/main.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2019 The Chromium Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
import 'package:flutter_web_ui/ui.dart' as ui;
|
||||
import 'package:vision_challenge/main.dart' as app;
|
||||
|
||||
main() async {
|
||||
await ui.webOnlyInitializePlatform();
|
||||
app.main();
|
||||
}
|
||||
BIN
web/vision_challenge/web/preview.png
Normal file
|
After Width: | Height: | Size: 22 KiB |