Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: swift package manager for dynamic_color macOS plugin #634

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

EchoEllet
Copy link

@EchoEllet EchoEllet commented Dec 26, 2024

Description

Adds support for Swift package manager.

Per: https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-plugin-authors

SPM integration has been added to the example, and the migration was performed using flutter build macos --config-only (automated).

Tests

CocoaPods was verified with the following commands:

$ pod lib lint macos/dynamic_color.podspec  --configuration=Debug --skip-tests --use-modular-headers --use-libraries
$ pod lib lint macos/dynamic_color.podspec  --configuration=Debug --skip-tests --use-modular-headers

Manually disabled and re-enabled the Swift Package Manager to ensure both SPM and CocoaPods work without build failures.

Issues

Checklist

@EchoEllet EchoEllet marked this pull request as ready for review December 26, 2024 11:37
@EchoEllet EchoEllet requested a review from a team as a code owner December 26, 2024 11:37
@EchoEllet EchoEllet changed the title feat: swift package manager feat: swift package manager for dynamic_color macOS plugin Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Swift package manager support
1 participant