Skip to content

Commit

Permalink
Revert "changed back to dependencies required by play-store"
Browse files Browse the repository at this point in the history
This reverts commit 20d8467.
  • Loading branch information
bmaroti9 committed May 14, 2024
1 parent 8e11e2e commit c5dcc51
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 25 deletions.
12 changes: 12 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {


//required by IzzyDroid
android {
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}


namespace "com.example.overmorrow"
compileSdkVersion 34
// compileSdkVersion flutter.compileSdkVersion <- this vas the original one but
Expand Down
40 changes: 16 additions & 24 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,50 +196,42 @@ packages:
dependency: "direct main"
description:
name: geolocator
sha256: f4efb8d3c4cdcad2e226af9661eb1a0dd38c71a9494b22526f9da80ab79520e5
sha256: b8f520252c5c66851295bcc263bc8ae7555501938427f72216ba7688702e261d
url: "https://pub.dev"
source: hosted
version: "10.1.1"
version: "7.7.1"
geolocator_android:
dependency: transitive
dependency: "direct overridden"
description:
name: geolocator_android
sha256: "06e37fa32392f69f133e166ef6b358a8b6afddbf4c418fc236988184cc115a49"
url: "https://pub.dev"
sha256: a4834a98fab5124f2d5b881e62a40ebb4a71d6aad6ad577e047a3ffb69b67dac
url: "https://hanntech-gmbh.gitlab.io/free2pass/flutter-geolocator-floss/"
source: hosted
version: "4.4.1"
version: "1.0.1"
geolocator_apple:
dependency: transitive
description:
name: geolocator_apple
sha256: bc2aca02423ad429cb0556121f56e60360a2b7d694c8570301d06ea0c00732fd
sha256: "1e8e398cc92151d946a4bbd34e2075885333e42d35ca33e418e7ce7b0a29991e"
url: "https://pub.dev"
source: hosted
version: "2.3.7"
version: "1.2.2"
geolocator_platform_interface:
dependency: transitive
description:
name: geolocator_platform_interface
sha256: "009a21c4bc2761e58dccf07c24f219adaebe0ff707abdfd40b0a763d4003fab9"
sha256: "9d6f34a8a4b704d504f34acc5e52d880a7d2caedd99739902d6319179b0336d4"
url: "https://pub.dev"
source: hosted
version: "4.2.2"
version: "2.3.6"
geolocator_web:
dependency: transitive
description:
name: geolocator_web
sha256: "102e7da05b48ca6bf0a5bda0010f886b171d1a08059f01bfe02addd0175ebece"
sha256: "0b9e0ec13ce2211085cae0055b3516c975bd6cfe2878a20c8f13611f1a259855"
url: "https://pub.dev"
source: hosted
version: "2.2.1"
geolocator_windows:
dependency: transitive
description:
name: geolocator_windows
sha256: "53da08937d07c24b0d9952eb57a3b474e29aae2abf9dd717f7e1230995f13f0e"
url: "https://pub.dev"
source: hosted
version: "0.2.3"
version: "2.0.6"
google_fonts:
dependency: "direct main"
description:
Expand Down Expand Up @@ -332,10 +324,10 @@ packages:
dependency: transitive
description:
name: logger
sha256: af05cc8714f356fd1f3888fb6741cbe9fbe25cdb6eedbab80e1a6db21047d4a4
sha256: "8c94b8c219e7e50194efc8771cd0e9f10807d8d3e219af473d89b06cc2ee4e04"
url: "https://pub.dev"
source: hosted
version: "2.3.0"
version: "2.2.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -681,10 +673,10 @@ packages:
dependency: transitive
description:
name: url_launcher_macos
sha256: "9a1a42d5d2d95400c795b2914c36fdcb525870c752569438e4ebb09a2b5d90de"
sha256: b7244901ea3cf489c5335bdacda07264a6e960b1c1b1a9f91e4bc371d9e68234
url: "https://pub.dev"
source: hosted
version: "3.2.0"
version: "3.1.0"
url_launcher_platform_interface:
dependency: transitive
description:
Expand Down
9 changes: 8 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ dependencies:
flutter_launcher_icons: ^0.13.1
url_launcher: ^6.1.14

geolocator: ^10.1.0
# geolocator: ^10.1.0
geolocator: ^7.7.1
geocoding: ^3.0.0

flutter_cache_manager: ^3.3.1
Expand All @@ -51,6 +52,12 @@ dependencies:
cupertino_icons: ^1.0.2
google_fonts: ^5.1.0

dependency_overrides:
geolocator_android:
hosted:
name: geolocator_android
url: https://hanntech-gmbh.gitlab.io/free2pass/flutter-geolocator-floss

flutter_launcher_icons:
image_path_android: "assets/icons/Overmorrow_white_circle.png"
image_path_ios: "assets/icons/Overmorrow_white_classic.png"
Expand Down

0 comments on commit c5dcc51

Please sign in to comment.