Usama Karim
Usama Karim
Working link to Material 3 sample app https://flutter.github.io/samples/material_3.html
https://github.com/Baseflow/flutter-geolocator/blob/726f928ac7662f417c69bb1958e4456afd173929/geolocator_platform_interface/lib/src/implementations/method_channel_geolocator.dart#L122 It freezes at this line, with no response/error whatsoever. - Location permission is set to "While using the app" - "Precise location" is on - iOS version : 15.2
> This seems happen to me only with a fresh install. But yes I am seeing this also. Try to catch `PlatformException`
Still error ``` Traceback (most recent call last): File "/Users/amigo/dev/mirror-bot/generate_drive_token.py", line 18, in credentials.refresh(Request()) File "/opt/homebrew/lib/python3.9/site-packages/google/oauth2/credentials.py", line 302, in refresh ) = reauth.refresh_grant( File "/opt/homebrew/lib/python3.9/site-packages/google/oauth2/reauth.py", line 347, in refresh_grant _client._handle_error_response(response_data)...
 I have the same bug. There is some space beneath the graph after every login
I tried to create pagination with firestore while taking inspiration from FilledStack's video about [Flutter and Firestore real-time Pagination](https://www.youtube.com/watch?v=1chV50D5BVU). The approach is not perfect but it's working fine for me....
> > how to change badge count when app is in background. for example, when i receive push notification, i have to increase the badge count > > Which library...
> > > > @GeceGibi Following your instructions I was able to make it work while app was in background i.e not terminated and is only minimized and app is...
> > @GeceGibi Thanks for the response. I have managed to get it working even if the app is terminated. 🍻 Please share your knowledge So others can learn.
> Hi, > I have question do you think that is better to separate searchable location widget from this current plugin or should I keep it like it is ?...