diff --git a/apps/rider/android/app/src/main/res/mipmap-hdpi/launcher_icon.png b/apps/rider/android/app/src/main/res/mipmap-hdpi/launcher_icon.png index 55f528d..69cf9e7 100644 Binary files a/apps/rider/android/app/src/main/res/mipmap-hdpi/launcher_icon.png and b/apps/rider/android/app/src/main/res/mipmap-hdpi/launcher_icon.png differ diff --git a/apps/rider/android/app/src/main/res/mipmap-mdpi/launcher_icon.png b/apps/rider/android/app/src/main/res/mipmap-mdpi/launcher_icon.png index 1fc0e0c..a00e563 100644 Binary files a/apps/rider/android/app/src/main/res/mipmap-mdpi/launcher_icon.png and b/apps/rider/android/app/src/main/res/mipmap-mdpi/launcher_icon.png differ diff --git a/apps/rider/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png b/apps/rider/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png index acf66ca..3873177 100644 Binary files a/apps/rider/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png and b/apps/rider/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png differ diff --git a/apps/rider/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png b/apps/rider/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png index c7e9ff3..19320e3 100644 Binary files a/apps/rider/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png and b/apps/rider/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png differ diff --git a/apps/rider/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png b/apps/rider/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png index e169789..2e3238e 100644 Binary files a/apps/rider/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png and b/apps/rider/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png differ diff --git a/apps/rider/ios/Podfile.lock b/apps/rider/ios/Podfile.lock index 495bde8..eab5b69 100644 --- a/apps/rider/ios/Podfile.lock +++ b/apps/rider/ios/Podfile.lock @@ -34,6 +34,8 @@ PODS: - GoogleUtilities/UserDefaults (~> 8.1) - nanopb (~> 3.30910.0) - Flutter (1.0.0) + - flutter_native_splash (2.4.3): + - Flutter - flutter_secure_storage (6.0.0): - Flutter - geolocator_apple (1.2.0): @@ -89,6 +91,7 @@ DEPENDENCIES: - firebase_core (from `.symlinks/plugins/firebase_core/ios`) - firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) - Flutter (from `Flutter`) + - flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`) - flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`) - geolocator_apple (from `.symlinks/plugins/geolocator_apple/darwin`) - maplibre_gl (from `.symlinks/plugins/maplibre_gl/ios`) @@ -118,6 +121,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/firebase_messaging/ios" Flutter: :path: Flutter + flutter_native_splash: + :path: ".symlinks/plugins/flutter_native_splash/ios" flutter_secure_storage: :path: ".symlinks/plugins/flutter_secure_storage/ios" geolocator_apple: @@ -141,6 +146,7 @@ SPEC CHECKSUMS: FirebaseInstallations: eb29ccbf64eaedf86fd5b2ccc7fabde567660b52 FirebaseMessaging: 40017d7bc8457ee295b0f41d480a80fdabc9994e Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 + flutter_native_splash: c32d145d68aeda5502d5f543ee38c192065986cf flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13 geolocator_apple: ab36aa0e8b7d7a2d7639b3b4e48308394e8cef5e GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7 diff --git a/apps/rider/ios/Runner.xcodeproj/project.pbxproj b/apps/rider/ios/Runner.xcodeproj/project.pbxproj index 98cff37..d6f57ea 100644 --- a/apps/rider/ios/Runner.xcodeproj/project.pbxproj +++ b/apps/rider/ios/Runner.xcodeproj/project.pbxproj @@ -639,7 +639,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -697,7 +697,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png new file mode 100644 index 0000000..86b5963 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png new file mode 100644 index 0000000..1be652b Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png new file mode 100644 index 0000000..e5f0eb3 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png new file mode 100644 index 0000000..35f37cb Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png new file mode 100644 index 0000000..49079e5 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png new file mode 100644 index 0000000..b2a8bcc Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png new file mode 100644 index 0000000..86cb446 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png new file mode 100644 index 0000000..e5f0eb3 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png new file mode 100644 index 0000000..5cc2302 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png new file mode 100644 index 0000000..d1e35c1 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png new file mode 100644 index 0000000..423942b Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png new file mode 100644 index 0000000..3791695 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png new file mode 100644 index 0000000..745b96a Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png new file mode 100644 index 0000000..f2ef586 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png new file mode 100644 index 0000000..d1e35c1 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png new file mode 100644 index 0000000..45b8005 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png new file mode 100644 index 0000000..69cf9e7 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png new file mode 100644 index 0000000..19320e3 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png new file mode 100644 index 0000000..bb3976b Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png new file mode 100644 index 0000000..9a2b7d0 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ diff --git a/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png new file mode 100644 index 0000000..9c91d90 Binary files /dev/null and b/apps/rider/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ diff --git a/apps/rider/pubspec.lock b/apps/rider/pubspec.lock index b4d46d4..32a30b1 100644 --- a/apps/rider/pubspec.lock +++ b/apps/rider/pubspec.lock @@ -65,6 +65,22 @@ packages: url: "https://pub.dev" source: hosted version: "1.4.1" + checked_yaml: + dependency: transitive + description: + name: checked_yaml + sha256: "959525d3162f249993882720d52b7e0c833978df229be20702b33d48d91de70f" + url: "https://pub.dev" + source: hosted + version: "2.0.4" + cli_util: + dependency: transitive + description: + name: cli_util + sha256: ff6785f7e9e3c38ac98b2fb035701789de90154024a75b6cb926445e83197d1c + url: "https://pub.dev" + source: hosted + version: "0.4.2" clock: dependency: transitive description: @@ -254,6 +270,14 @@ packages: url: "https://pub.dev" source: hosted version: "9.1.1" + flutter_launcher_icons: + dependency: "direct dev" + description: + name: flutter_launcher_icons + sha256: "526faf84284b86a4cb36d20a5e45147747b7563d921373d4ee0559c54fcdbcea" + url: "https://pub.dev" + source: hosted + version: "0.13.1" flutter_lints: dependency: "direct dev" description: @@ -501,6 +525,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.6.7" + json_annotation: + dependency: transitive + description: + name: json_annotation + sha256: "2a743920d81b7910627f68ee2c9ac1fc0bfee32b9fc3403587d7c6791ca12f80" + url: "https://pub.dev" + source: hosted + version: "4.12.0" leak_tracker: dependency: transitive description: diff --git a/apps/rider/pubspec.yaml b/apps/rider/pubspec.yaml index e331f68..501789f 100644 --- a/apps/rider/pubspec.yaml +++ b/apps/rider/pubspec.yaml @@ -50,6 +50,7 @@ dev_dependencies: sdk: flutter flutter_lints: ^6.0.0 flutter_native_splash: ^2.4.1 + flutter_launcher_icons: ^0.13.1 flutter_launcher_icons: android: "launcher_icon" diff --git a/apps/rider/web/index.html b/apps/rider/web/index.html index a952b8c..14165d0 100644 --- a/apps/rider/web/index.html +++ b/apps/rider/web/index.html @@ -36,6 +36,9 @@ + + +