Release v1.0.3
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.0to12.0to align with the Swift Package Manager configuration. Projects still targeting iOS 11 will need to update theirios/Podfileminimum target to iOS 12.0 to continue using the latest versions of this plugin.