Dev-hwang / flutter_foreground_task

This plugin is used to implement a foreground service on the Android platform.
https://pub.dev/packages/flutter_foreground_task
MIT License
149 stars 109 forks source link

Compiling for iOS 12.0, but module 'flutter_foreground_task' has a minimum deployment target of iOS 14.0 #289

Closed figureai closed 4 days ago

figureai commented 1 week ago

My app needs to support down to iOS12.0, but the plugin only supports iOS14.0 and above. How can I fix it?

Dev-hwang commented 1 week ago

@figureai

Sorry for the late reply. Version 8.13.0 supports iOS 12 version.

dependencies:
  flutter_foreground_task: ^8.13.0