Adding instructions on using Swift Package Manager#13359
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the documentation for developing Flutter packages, specifically focusing on native Darwin dependencies. It promotes Swift Package Manager as the primary strategy for iOS and macOS dependencies and moves CocoaPods instructions to a legacy section. The review feedback correctly identifies an error in the recommended file path for the Package.swift file and a syntax error (a trailing backtick) in a Ruby code example.
|
Visit the preview URL for this PR (updated for commit 5275cfb): https://flutter-docs-prod--pr13359-update-developing-packages-t73b1owr.web.app |
|
@johnpryan, can you review? |
johnpryan
left a comment
There was a problem hiding this comment.
LGTM, just one comment about what folder the the SwiftPM plugin code should live in.
Fixes #13283