You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: