Swift package manager support
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.
Support for CocoaPods will be deprecated in future releases, see this issue from the Flutter team: https://github.com/MisterJimson/flutter_keyboard_visibility/issues/168
macOS support done, iOS support remains
iOS support remains
The plugin dynamic_color doesn't support the iOS platform, so we need to add an iOS implementation before adding SPM support for it.
You're correct, of course. Closing. Thanks!