diff --git a/animations/web/icons/Icon-192.png b/animations/web/icons/Icon-192.png new file mode 100644 index 000000000..b749bfef0 Binary files /dev/null and b/animations/web/icons/Icon-192.png differ diff --git a/animations/web/icons/Icon-512.png b/animations/web/icons/Icon-512.png new file mode 100644 index 000000000..88cfd48df Binary files /dev/null and b/animations/web/icons/Icon-512.png differ diff --git a/animations/web/index.html b/animations/web/index.html index e2530c5aa..5ae8f29b3 100644 --- a/animations/web/index.html +++ b/animations/web/index.html @@ -2,7 +2,17 @@ + + + + + + + + + animations + diff --git a/animations/web/manifest.json b/animations/web/manifest.json new file mode 100644 index 000000000..9c770020c --- /dev/null +++ b/animations/web/manifest.json @@ -0,0 +1,23 @@ +{ + "name": "animations", + "short_name": "animations", + "start_url": ".", + "display": "minimal-ui", + "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" + } + ] +} diff --git a/gallery/gallery/pubspec.lock b/gallery/gallery/pubspec.lock index 1b8104276..ca5143c70 100644 --- a/gallery/gallery/pubspec.lock +++ b/gallery/gallery/pubspec.lock @@ -190,7 +190,7 @@ packages: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.16.0" + version: "0.16.1" intl_translation: dependency: "direct main" description: @@ -449,5 +449,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: ">=2.4.0 <3.0.0" + dart: ">=2.5.0 <3.0.0" flutter: ">=1.12.13+hotfix.4 <2.0.0"