flutter_foreground_task
flutter_foreground_task copied to clipboard
Compiling for iOS 12.0, but module 'flutter_foreground_task' has a minimum deployment target of iOS 14.0
My app needs to support down to iOS12.0, but the plugin only supports iOS14.0 and above. How can I fix it?