Skip to content

2.0.0

Latest

Choose a tag to compare

@gokberkbar gokberkbar released this 21 May 14:34

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.0 to 13.0 (required by SPM, and matches the current Flutter minimum).
  • Minimum Flutter raised from 3.10.0 to 3.38.0.
  • Minimum Dart SDK raised from 3.0.0 to 3.10.0.

Upgrading

dependencies:
  locale_plus: ^2.0.0

Make sure your app's iOS deployment target is 13.0 or higher.