Skip to content

✨ - Add Swift Package Manager support for zstandardios #141

Description

@zntus

Is there an existing issue or feature request for this?

  • I have searched the existing issues and feature requests.

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

  1. Add zstandard: ^1.5.0 to a Flutter project.
  2. Resolve the dependencies.
  3. Build the iOS application with Swift Package Manager integration enabled.
  4. Observe the warning above.

Thank you for maintaining this package.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

  • Status
    Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions