Maybe this plugin should configure the FlutterEngine directly on the service, if the foregroundNotificationConfig variable is set:Package io.flutter.embedding.engine.plugins.service Unfortunately I'm thinking of an alternative plugin to replace the geolocator. If you find any, please let me know. gu...
{ PermissionStatus status; // Declared the status variable outside the try-catch block try { status = await Permission.photos.request(); } catch (e) { status = PermissionStatus.denied; // Handled the exception in case of an error } setState(() { _permissionStatus = status; }); } @...
[-Wunused-variable] CGFloat bottomPadding = window.safeAreaInsets.bottom; ^ /Users/Geek/work/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-3.1.3/ios/Classes/FluttertoastPlugin.m:48:19: warning: unused variable 'size' [-Wunused-variable] NSNumber *size = call.arguments[@"size"]...