Highlights
- Swift Package Manager support for iOS (CocoaPods continues to work). Closes #20.
- Converted the iOS plugin entry point from a mixed Objective-C / Swift shim to pure Swift.
Breaking changes
- iOS deployment target raised from
9.0to13.0(required by SPM, and matches the current Flutter minimum). - Minimum Flutter raised from
3.10.0to3.38.0. - Minimum Dart SDK raised from
3.0.0to3.10.0.
Upgrading
dependencies:
locale_plus: ^2.0.0Make sure your app's iOS deployment target is 13.0 or higher.