For me it's working fine on Android emulator / Samsung / Oppo test device using flutter 2.2.1. @zs-dima also, you're using an unstable version of Flutter, can you try using a stable version of Flutter? @sami7568 @zs-dima can you provide a code snippet of the code you're using to...
Not work on flutter 3.7.x Only flutter 3.3.x singhtaranjeet commented Mar 10, 2023 Is there any progress on this?? not working on latest flutter version 👀 3 nirranthea commented Mar 28, 2023 I have same issue on Flutter 3.7.7 and Geolocator 9.0.2. For now, I downgrade the plu...
Not working for me. Got even more errors. Now even app is not building 👍 3 AdmiJW commented Mar 22, 2023 Thank you! In my case, I wanted to use flutter_activity_recognition and geolocator package in my flutter app. flutter_activity_recognition worked fine alone, but as soon as I...
import 'package:flutter/material.dart'; import 'package:geolocator/geolocator.dart'; LocationAccuracy? parseLocationAccuracy(String? accuracy, @@ -43,3 +47,84 @@ String? positionToJson(Position? position) { }); return positionAsJson; } ActivityType? parseActivityType(String? value, [ActivityTyp...
amal-stack reacted with thumbs up emoji 👍 Sorry, something went wrong. amal-stackmentioned this issueMar 7, 2024 Geolocator.getServiceStatusStream().listen not working when android device location is on at the first time#1180 Closed
Run the sample app on an iOS 16 device. Version:9.0.2 Platform: 📱 iOS JulianBissekkoumentioned this issueOct 18, 2022 Not working on iOS 16#1128 Closed I did a quick fix and the warning is not present anymore. See:#1218 You guys can do some testing and let me know if its works...
I've tried "flutter clean" but nothing changed. :( gustavovisentinicommentedAug 4, 2021 Has anyone managed to find the solution? /Runner/GeneratedPluginRegistrant.m:34:9: Module 'geolocator_apple' not found geolocator 7.4.0 on pub dev
Geolocator is not prepared to receive locations when the app is terminated. I checked the classGeolocatorPlugin.javaand noticed that the location service is being disposed when the FlutterEngine is terminated (which happens when kill the app). ...
name:fooddeliverydescription:Food Delivery Flutter Apppublish_to:"none"version:0.0.1+1environment:sdk:">=3.0.5 <4.0.0"dependencies:geolocator:^9.0.2safe_device:^1.1.4flutter:sdk:flutterflutter_localizations:sdk:flutter As soon as you either removegeolocatororsafe_device, the problem is fixed. ...
🐛 Bug Report Expected behavior It should show pop-up for location permission. This plugin is working perfectly on below SDK 30. Configuration Version: 1.22.6 Flutter 1.22.6 • channel stable • https://github.com/flutter/flutter.git Framew...