diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 15d9776..d83320a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ =3.7.2 <4.0.0" - flutter: ">=3.27.0" + flutter: ">=3.29.0" diff --git a/pubspec.yaml b/pubspec.yaml index 1114ba0..df0e97c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,6 +24,8 @@ dependencies: http: ^1.5.0 intl: ^0.20.2 country_flags: ^3.3.0 + flutter_launcher_icons: ^0.14.4 + toastification: ^3.0.3 dev_dependencies: flutter_test: @@ -34,6 +36,10 @@ dev_dependencies: go_router_builder: ^3.0.0 json_serializable: ^6.7.1 +flutter_launcher_icons: + android: true + ios: true + image_path: "assets/pngs/app_logo.png" flutter: diff --git a/web/favicon.png b/web/favicon.png index 8aaa46a..4066daf 100644 Binary files a/web/favicon.png and b/web/favicon.png differ diff --git a/web/icons/Icon-192.png b/web/icons/Icon-192.png deleted file mode 100644 index b749bfe..0000000 Binary files a/web/icons/Icon-192.png and /dev/null differ diff --git a/web/icons/Icon-192.svg b/web/icons/Icon-192.svg new file mode 100644 index 0000000..8eb57c2 --- /dev/null +++ b/web/icons/Icon-192.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/web/icons/Icon-512.png b/web/icons/Icon-512.png deleted file mode 100644 index 88cfd48..0000000 Binary files a/web/icons/Icon-512.png and /dev/null differ diff --git a/web/icons/Icon-512.svg b/web/icons/Icon-512.svg new file mode 100644 index 0000000..a2a9e8b --- /dev/null +++ b/web/icons/Icon-512.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/web/icons/Icon-maskable-192.png b/web/icons/Icon-maskable-192.png deleted file mode 100644 index eb9b4d7..0000000 Binary files a/web/icons/Icon-maskable-192.png and /dev/null differ diff --git a/web/icons/Icon-maskable-192.svg b/web/icons/Icon-maskable-192.svg new file mode 100644 index 0000000..8eb57c2 --- /dev/null +++ b/web/icons/Icon-maskable-192.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/web/icons/Icon-maskable-512.png b/web/icons/Icon-maskable-512.png deleted file mode 100644 index d69c566..0000000 Binary files a/web/icons/Icon-maskable-512.png and /dev/null differ diff --git a/web/icons/Icon-maskable-512.svg b/web/icons/Icon-maskable-512.svg new file mode 100644 index 0000000..a2a9e8b --- /dev/null +++ b/web/icons/Icon-maskable-512.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/web/index.html b/web/index.html index ef2ba94..c325f36 100644 --- a/web/index.html +++ b/web/index.html @@ -18,13 +18,13 @@ - + - - + + diff --git a/web/manifest.json b/web/manifest.json index 177ddf9..3c6689f 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -1,32 +1,32 @@ { - "name": "tm_app", - "short_name": "tm_app", + "name": "OppLens", + "short_name": "OppLens", "start_url": ".", "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", - "description": "A new Flutter project.", + "description": "OppLens", "orientation": "portrait-primary", "prefer_related_applications": false, "icons": [ { - "src": "icons/Icon-192.png", + "src": "icons/Icon-192.svg", "sizes": "192x192", "type": "image/png" }, { - "src": "icons/Icon-512.png", + "src": "icons/Icon-512.svg", "sizes": "512x512", "type": "image/png" }, { - "src": "icons/Icon-maskable-192.png", + "src": "icons/Icon-maskable-192.svg", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "icons/Icon-maskable-512.png", + "src": "icons/Icon-maskable-512.svg", "sizes": "512x512", "type": "image/png", "purpose": "maskable"