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

Support for Swift Package Manager #2394

Closed
EchoEllet opened this issue Nov 23, 2024 · 1 comment · Fixed by #2403
Closed

Support for Swift Package Manager #2394

EchoEllet opened this issue Nov 23, 2024 · 1 comment · Fixed by #2403
Labels
enhancement New feature or request iOS Issues or feature requests specific to the iOS platform. macOS Issues or feature requests specific to the macOS platform. moderate Issues that are important for improving functionality or user experience. resolved This issue has been successfully resolved.

Comments

@EchoEllet
Copy link
Collaborator

EchoEllet commented Nov 23, 2024

Flutter now supports Swift Package Manager, a CocoaPods alternative for managing iOS and macOS native dependencies that come built-in with Xcode.

  • Integration with Xcode: With new versions of Xcode that break the CocoaPods compatibility, this is not an issue with SPM—fewer files to manage (no need to Podfile, Podfile.lock).
  • Simplifies Flutter installation: No need to install Ruby and Cocoapods or sometimes Homebrew and RVM.

CocoaPods should still be supported in case SPM is unsupported or disabled, currently, it's only available with the main branch of Flutter. Flutter plugins have already migrated and support SPM including other community plugins. SPM support is subject to change for app developers but not plugin authors.

The flutter_quill itself is not a plugin but it uses plugins that don't support SPM:

@EchoEllet EchoEllet added enhancement New feature or request minor Minimal impact or cosmetic issue. Can be resolved at a later time without affecting overall function iOS Issues or feature requests specific to the iOS platform. macOS Issues or feature requests specific to the macOS platform. labels Nov 23, 2024
@EchoEllet EchoEllet self-assigned this Nov 23, 2024
EchoEllet added a commit to EchoEllet/flutter_keyboard_visibility_temp_fork that referenced this issue Nov 24, 2024
@EchoEllet EchoEllet added moderate Issues that are important for improving functionality or user experience. in progress This issue or feature is currently being worked on by someone. and removed minor Minimal impact or cosmetic issue. Can be resolved at a later time without affecting overall function labels Nov 25, 2024
@EchoEllet EchoEllet removed the in progress This issue or feature is currently being worked on by someone. label Dec 12, 2024
@EchoEllet
Copy link
Collaborator Author

EchoEllet commented Dec 12, 2024

Swift package manager is now supported in Flutter stable. #2403 closes this issue.

@EchoEllet EchoEllet removed their assignment Dec 13, 2024
@EchoEllet EchoEllet added the resolved This issue has been successfully resolved. label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request iOS Issues or feature requests specific to the iOS platform. macOS Issues or feature requests specific to the macOS platform. moderate Issues that are important for improving functionality or user experience. resolved This issue has been successfully resolved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant