Is there an existing issue or feature request for this?
What area does this improvement affect?
None
What actions does this improvement affect?
No response
Description of the idea or improvement
Could you please add Swift Package Manager support to zstandard_ios?
The plugin should provide the required Swift Package Manager configuration so it can be integrated by Flutter without warnings.
Current limitations or challenges
Flutter reports that zstandard_ios does not support Swift Package Manager for iOS:
The following plugins do not support Swift Package Manager for ios:
- zstandard_ios
This will become an error in a future version of Flutter. Please contact the plugin maintainers to request Swift
Package Manager adoption.
This is currently a warning, but Flutter indicates that it will become an error in a future release.
Expected impact
Flutter applications using zstandard will be able to build for iOS with Swift Package Manager integration enabled, without this compatibility warning or a future build error.
Alternatives considered
No response
Version of git-board-flow
zstandard 1.5.0 / zstandard_ios 1.5.0
Additional context or comments
Environment
- Flutter: 3.44.6
zstandard: 1.5.0
zstandard_ios: 1.5.0
- Platform: iOS
Steps to reproduce
- Add
zstandard: ^1.5.0 to a Flutter project.
- Resolve the dependencies.
- Build the iOS application with Swift Package Manager integration enabled.
- Observe the warning above.
Thank you for maintaining this package.
Is there an existing issue or feature request for this?
What area does this improvement affect?
None
What actions does this improvement affect?
No response
Description of the idea or improvement
Could you please add Swift Package Manager support to
zstandard_ios?The plugin should provide the required Swift Package Manager configuration so it can be integrated by Flutter without warnings.
Current limitations or challenges
Flutter reports that
zstandard_iosdoes not support Swift Package Manager for iOS:This is currently a warning, but Flutter indicates that it will become an error in a future release.
Expected impact
Flutter applications using
zstandardwill be able to build for iOS with Swift Package Manager integration enabled, without this compatibility warning or a future build error.Alternatives considered
No response
Version of git-board-flow
zstandard 1.5.0 / zstandard_ios 1.5.0
Additional context or comments
Environment
zstandard: 1.5.0zstandard_ios: 1.5.0Steps to reproduce
zstandard: ^1.5.0to a Flutter project.Thank you for maintaining this package.