Update: 2026-06-28 00:42:25

This commit is contained in:
Hamza-Ayed
2026-06-28 00:42:26 +03:00
parent f428946b30
commit f9f6890b26
10 changed files with 666 additions and 345 deletions

View File

@@ -62,7 +62,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.siro.siro_rider"
applicationId = "com.siro.rider"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdkVersion = 30

View File

@@ -7,3 +7,7 @@ android.nonFinalResIds=true
dart.obfuscation=true
android.enableR8.fullMode=true
org.gradle.java.home=/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
# This builtInKotlin flag was added automatically by Flutter migrator
android.builtInKotlin=false
# This newDsl flag was added automatically by Flutter migrator
android.newDsl=false

View File

@@ -585,10 +585,10 @@ packages:
dependency: "direct main"
description:
name: flutter_font_icons
sha256: d06eb0ab903d0e90a9a758de30892ea0d43221f03dad059970384e62479c787e
sha256: f48e33076b5d97861057e9a9d64544afdbaa8fd0ab0e2f082bc8084a384e7239
url: "https://pub.dev"
source: hosted
version: "2.2.7"
version: "3.0.0"
flutter_launcher_icons:
dependency: "direct main"
description:
@@ -1305,10 +1305,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
url: "https://pub.dev"
source: hosted
version: "0.12.18"
version: "0.12.19"
material_color_utilities:
dependency: transitive
description:
@@ -1321,10 +1321,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
version: "1.18.0"
mime:
dependency: "direct main"
description:
@@ -1909,10 +1909,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
url: "https://pub.dev"
source: hosted
version: "0.7.9"
version: "0.7.11"
timezone:
dependency: transitive
description:

View File

@@ -2,7 +2,7 @@ name: siro_rider
description: "A new Flutter project."
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
version: 1.0.0+2
environment:
sdk: ">=3.0.5 <4.0.0"
@@ -35,7 +35,7 @@ dependencies:
google_fonts: ^8.0.2
flutter_launcher_icons: ^0.14.4
flutter_rating_bar: ^4.0.1
flutter_font_icons: ^2.2.7
flutter_font_icons: ^3.0.0
image_picker: ^1.2.1
# camera: ^0.10.5+5 #to be remove
flutter_widget_from_html: ^0.17.1