You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"request_permission", No error, no effect
"get_permission_status", No error, no effect
"get_current_position", No error, no effect
"get_last_known_position", No error, no effect
"is_location_service_enabled", No error, no effect
"open_location_settings", ok, but can't find my app
"open_app_settings", ok, but can't find the location permission
Duplicate Check
Describe the bug
Use the following example: https://flet.dev/docs/controls/geolocator/
Code sample
import flet as ft
async def main(page: ft.Page):
page.scroll = ft.ScrollMode.ADAPTIVE
page.appbar = ft.AppBar(title=ft.Text("Geolocator Tests"))
ft.app(main)
To reproduce
https://flet.dev/docs/controls/geolocator
flet build apk --include-packages flet_geolocator
device: android 11
Expected behavior
No response
Screenshots / Videos
Captures
[Upload media here]
Operating System
Windows
Operating system details
Windows 10 Home
Flet version
0.25.0
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: