Skip to content

Release v1.0.3

Choose a tag to compare

@joutvhu joutvhu released this 22 May 06:39
· 10 commits to main since this release

This release introduces official support for Swift Package Manager (SPM) on iOS, bringing the plugin up to date with modern Flutter iOS build tools.

馃殌 Features

  • iOS: Added Swift Package Manager (SPM) support alongside the existing CocoaPods integration. This allows the plugin to be built and managed more efficiently on newer Flutter versions (by @theo-germain).

鈿狅笍 Breaking Changes / Requirements Update

  • iOS: The minimum iOS deployment target has been bumped from 11.0 to 12.0 to align with the Swift Package Manager configuration. Projects still targeting iOS 11 will need to update their ios/Podfile minimum target to iOS 12.0 to continue using the latest versions of this plugin.