RawadZogheib
RawadZogheib
## 🐛 Bug Report **Code:** ```dart Future determinePosition() async { bool serviceEnabled; LocationPermission permission; // Test if location services are enabled. serviceEnabled = await Geolocator.isLocationServiceEnabled(); if (!serviceEnabled) { // Location...
``` dart MotionToast( dismissable: false, icon: Icons.error, primaryColor: CustomColors.red2, secondaryColor: CustomColors.red1, toastDuration: const Duration(seconds: 3), backgroundType: BackgroundType.solid, title: const Text( 'Error', style: TextStyle(fontWeight: FontWeight.bold), ), description: Text( text ?? 'Unexpected...
### What happened? When I remove the audio the game a fast and all is functioning well, but when I add the audio I have 2 issue: 1) If I'm...