Support for Swift Package Manager #2394
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.
Flutter now supports Swift Package Manager, a CocoaPods alternative for managing iOS and macOS native dependencies that come built-in with Xcode.
Podfile
,Podfile.lock
).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:quill_native_bridge
flutter_keyboard_visibility_temp_fork
Replaced by quill_native_bridge in feat(flutter_quill_extensions): improve image save #2403gal
(a dependency offlutter_quill_extensions
)The text was updated successfully, but these errors were encountered: