diff --git a/examples/flutter/materials_and_textures/web/favicon.png b/examples/flutter/materials_and_textures/web/favicon.png new file mode 100644 index 00000000..8aaa46ac Binary files /dev/null and b/examples/flutter/materials_and_textures/web/favicon.png differ diff --git a/examples/flutter/materials_and_textures/web/icons/Icon-192.png b/examples/flutter/materials_and_textures/web/icons/Icon-192.png new file mode 100644 index 00000000..b749bfef Binary files /dev/null and b/examples/flutter/materials_and_textures/web/icons/Icon-192.png differ diff --git a/examples/flutter/materials_and_textures/web/icons/Icon-512.png b/examples/flutter/materials_and_textures/web/icons/Icon-512.png new file mode 100644 index 00000000..88cfd48d Binary files /dev/null and b/examples/flutter/materials_and_textures/web/icons/Icon-512.png differ diff --git a/examples/flutter/materials_and_textures/web/icons/Icon-maskable-192.png b/examples/flutter/materials_and_textures/web/icons/Icon-maskable-192.png new file mode 100644 index 00000000..eb9b4d76 Binary files /dev/null and b/examples/flutter/materials_and_textures/web/icons/Icon-maskable-192.png differ diff --git a/examples/flutter/materials_and_textures/web/icons/Icon-maskable-512.png b/examples/flutter/materials_and_textures/web/icons/Icon-maskable-512.png new file mode 100644 index 00000000..d69c5669 Binary files /dev/null and b/examples/flutter/materials_and_textures/web/icons/Icon-maskable-512.png differ diff --git a/examples/flutter/materials_and_textures/web/index.html b/examples/flutter/materials_and_textures/web/index.html new file mode 100644 index 00000000..40eb7612 --- /dev/null +++ b/examples/flutter/materials_and_textures/web/index.html @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + materials_and_textures + + + + + + diff --git a/examples/flutter/materials_and_textures/web/manifest.json b/examples/flutter/materials_and_textures/web/manifest.json new file mode 100644 index 00000000..d12abfab --- /dev/null +++ b/examples/flutter/materials_and_textures/web/manifest.json @@ -0,0 +1,35 @@ +{ + "name": "materials_and_textures", + "short_name": "materials_and_textures", + "start_url": ".", + "display": "standalone", + "background_color": "#0175C2", + "theme_color": "#0175C2", + "description": "A new Flutter project.", + "orientation": "portrait-primary", + "prefer_related_applications": false, + "icons": [ + { + "src": "icons/Icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/Icon-512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "icons/Icon-maskable-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "icons/Icon-maskable-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] +} diff --git a/examples/flutter/materials_and_textures/web/thermion_dart.js b/examples/flutter/materials_and_textures/web/thermion_dart.js new file mode 120000 index 00000000..7046c2e9 --- /dev/null +++ b/examples/flutter/materials_and_textures/web/thermion_dart.js @@ -0,0 +1 @@ +../../../../thermion_dart/native/web/build/build/out/thermion_dart.js \ No newline at end of file diff --git a/examples/flutter/materials_and_textures/web/thermion_dart.wasm b/examples/flutter/materials_and_textures/web/thermion_dart.wasm new file mode 120000 index 00000000..c7a867ee --- /dev/null +++ b/examples/flutter/materials_and_textures/web/thermion_dart.wasm @@ -0,0 +1 @@ +../../../../thermion_dart/native/web/build/build/out/thermion_dart.wasm \ No newline at end of file