added support to SPM#72
Conversation
|
Related issue: #70 |
|
thank you. do you know if this needs to be a major version bump?, do users of the package need to do anything special, a configuration change? or can it be defined as a patch? i will merge this PR, but will wait a few days before i upload it to pub.dev. flutter_mailer:
git:
url: https://github.com/taljacobson/flutter_mailer.git |
Hi @taljacobson
Suggested semver
Recommendation: minor (3.1.0) is the most defensible choice for a PR like this. Do package users need to do anything?Usually no, for a typical modern Flutter app. Flutter 3.44+ (SPM enabled by default)
Flutter with SPM disabled / CocoaPods-only apps
When users might need to act
Users do not need to
Suggested CHANGELOG entry### 3.1.0
[iOS] add Swift Package Manager support while keeping CocoaPods compatibility
[iOS] raise minimum iOS deployment target from 8.0 to 13.0Bottom lineThis should be a minor release, not a major one, unless we want to be strict about the iOS 13 requirement. For most users on modern Flutter/iOS, no special configuration is required. |
Summary
This PR updates the Swift Package Manager configuration.
Changes
Testing