Skip to content

Commit

Permalink
trying to troubleshoot problems with izzydroid.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaroti9 committed May 10, 2024
1 parent 74594d7 commit 2126faf
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 27 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode 33
versionName "2.3.6"
versionCode 34
versionName "2.3.7"
}

buildTypes {
Expand Down
32 changes: 12 additions & 20 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"
url: "https://pub.dev"
source: hosted
version: "2.2.1"
geolocator_windows:
dependency: transitive
description:
name: geolocator_windows
sha256: "53da08937d07c24b0d9952eb57a3b474e29aae2abf9dd717f7e1230995f13f0e"
sha256: "0b9e0ec13ce2211085cae0055b3516c975bd6cfe2878a20c8f13611f1a259855"
url: "https://pub.dev"
source: hosted
version: "0.2.3"
version: "2.0.6"
google_fonts:
dependency: "direct main"
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
3 changes: 0 additions & 3 deletions windows/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@

#include "generated_plugin_registrant.h"

#include <geolocator_windows/geolocator_windows.h>
#include <url_launcher_windows/url_launcher_windows.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
GeolocatorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("GeolocatorWindows"));
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
}
1 change: 0 additions & 1 deletion windows/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#

list(APPEND FLUTTER_PLUGIN_LIST
geolocator_windows
url_launcher_windows
)

Expand Down

0 comments on commit 2126faf

Please sign in to comment.