Hussen Ibrahim

Results 13 comments of Hussen Ibrahim

> @hussenIbrahim Please provide a [completed and minimal reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example) so that we may verify this. Thanks! ``` void main() { final GoogleMapsFlutterPlatform mapsImplementation = GoogleMapsFlutterPlatform.instance; if (mapsImplementation is...

> how can forcefully stop the service and clear foreground notification. > > Suppose i want to stop tracking location from a button click. Check this geolocator_android: git: url: https://github.com/hussenIbrahim/flutter-geolocator...

try to add gestureRecognizers:{ Factory(() => EagerGestureRecognizer()), Factory(() => ScaleGestureRecognizer()), }

Hello @basvdijk did you found any solution or workaround?

Best website to generate icons [link](https://icon.kitchen/)

aspect ration is ignored in full screen mode ![Screenshot 2022-11-22 131637](https://user-images.githubusercontent.com/62293873/203288597-da43bce2-853b-4ed8-adbb-fb1bf6b48a7d.jpg)

> ``` > BetterPlayerConfiguration( > autoDetectFullscreenDeviceOrientation: false, > autoDetectFullscreenAspectRatio: false, > fullScreenAspectRatio: something > ) > ``` i want to change aspect ratio when player is full screen mode so...