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

Swift package manager support #633

Open
EchoEllet opened this issue Dec 26, 2024 · 1 comment · May be fixed by #634
Open

Swift package manager support #633

EchoEllet opened this issue Dec 26, 2024 · 1 comment · May be fixed by #634
Labels
enhancement New feature or request triage Issues that haven't been triaged

Comments

@EchoEllet
Copy link

EchoEllet commented Dec 26, 2024

Package

dynamic_color

Description

The only Flutter plugin on this repo is dynamic_color, which involves macOS platform-specific code. However, it doesn't support Swift package manager, which recently landed on stable (3.27.0).

It's disabled by default and can be enabled with flutter config --enable-swift-package-manager.

Swift package manager is bundled with Xcode and doesn't require CocoaPods and Ruby installations, making it easier and faster to get started with fewer build failures and compatibility issues. It also seamlessly integrates with the Apple ecosystem and supports a wide range of packages. Flutter will eventually enable Swift package manager as the default solution for native iOS and macOS dependencies.

@EchoEllet EchoEllet added enhancement New feature or request triage Issues that haven't been triaged labels Dec 26, 2024
@EchoEllet EchoEllet linked a pull request Dec 26, 2024 that will close this issue
2 tasks
@EchoEllet
Copy link
Author

Support for CocoaPods will be deprecated in future releases, see this issue from the Flutter team: MisterJimson/flutter_keyboard_visibility#168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Issues that haven't been triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant