From c19628db3111164e65d2be179f3ee0e34176c989 Mon Sep 17 00:00:00 2001 From: danny Date: Mon, 9 Sep 2024 13:50:06 +0200 Subject: [PATCH] Update deprecated features --- macless_haystack/.metadata | 20 +++++-------- .../lib/history/location_popup.dart | 2 +- macless_haystack/web/index.html | 29 ++++--------------- macless_haystack/web/manifest.json | 6 ++-- 4 files changed, 16 insertions(+), 41 deletions(-) diff --git a/macless_haystack/.metadata b/macless_haystack/.metadata index b175038..8a64edc 100644 --- a/macless_haystack/.metadata +++ b/macless_haystack/.metadata @@ -1,11 +1,11 @@ # This file tracks properties of this Flutter project. # Used by Flutter tool to assess capabilities and perform upgrades etc. # -# This file should be version controlled. +# This file should be version controlled and should not be manually edited. version: - revision: 9944297138845a94256f1cf37beb88ff9a8e811a - channel: stable + revision: "4cf269e36de2573851eaef3c763994f8f9be494d" + channel: "stable" project_type: app @@ -13,17 +13,11 @@ project_type: app migration: platforms: - platform: root - create_revision: 9944297138845a94256f1cf37beb88ff9a8e811a - base_revision: 9944297138845a94256f1cf37beb88ff9a8e811a - - platform: android - create_revision: 9944297138845a94256f1cf37beb88ff9a8e811a - base_revision: 9944297138845a94256f1cf37beb88ff9a8e811a + create_revision: 4cf269e36de2573851eaef3c763994f8f9be494d + base_revision: 4cf269e36de2573851eaef3c763994f8f9be494d - platform: web - create_revision: 9944297138845a94256f1cf37beb88ff9a8e811a - base_revision: 9944297138845a94256f1cf37beb88ff9a8e811a - - platform: windows - create_revision: 9944297138845a94256f1cf37beb88ff9a8e811a - base_revision: 9944297138845a94256f1cf37beb88ff9a8e811a + create_revision: 4cf269e36de2573851eaef3c763994f8f9be494d + base_revision: 4cf269e36de2573851eaef3c763994f8f9be494d # User provided section diff --git a/macless_haystack/lib/history/location_popup.dart b/macless_haystack/lib/history/location_popup.dart index fe332f0..cc644f2 100644 --- a/macless_haystack/lib/history/location_popup.dart +++ b/macless_haystack/lib/history/location_popup.dart @@ -32,7 +32,7 @@ class LocationPopup extends Marker { }, child: Card( child: Padding( - padding: const EdgeInsets.all(12.0), + padding: const EdgeInsets.all(10.0), child: Column( children: [ Text( diff --git a/macless_haystack/web/index.html b/macless_haystack/web/index.html index e180581..e0d6a54 100644 --- a/macless_haystack/web/index.html +++ b/macless_haystack/web/index.html @@ -18,7 +18,7 @@ - + @@ -26,32 +26,13 @@ + + + Macless Haystack - - - - - - + diff --git a/macless_haystack/web/manifest.json b/macless_haystack/web/manifest.json index 4fc4de6..ab8e8fb 100644 --- a/macless_haystack/web/manifest.json +++ b/macless_haystack/web/manifest.json @@ -1,11 +1,11 @@ { - "name": "Macless Haystack", - "short_name": "Macless Haystack", + "name": "macless_haystack", + "short_name": "macless_haystack", "start_url": ".", "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", - "description": "Macless Haystack", + "description": "A new Flutter project.", "orientation": "portrait-primary", "prefer_related_applications": false, "icons": [