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

Open
EchoEllet opened this issue Nov 23, 2024 · 0 comments · May be fixed by #2403
Open

Support for Swift Package Manager #2394

EchoEllet opened this issue Nov 23, 2024 · 0 comments · May be fixed by #2403
Assignees
Labels
enhancement New feature or request in progress This issue or feature is currently being worked on by someone. 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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress This issue or feature is currently being worked on by someone. 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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant