Skip to content

Feat/ios platform integration section#13484

Draft
Anderson-Andre-P wants to merge 2 commits into
flutter:mainfrom
Anderson-Andre-P:feat/ios-platform-integration-section
Draft

Feat/ios platform integration section#13484
Anderson-Andre-P wants to merge 2 commits into
flutter:mainfrom
Anderson-Andre-P:feat/ios-platform-integration-section

Conversation

@Anderson-Andre-P

@Anderson-Andre-P Anderson-Andre-P commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Adds a "Platform integration" section to both the SwiftUI and UIKit developer guides (swiftui-devs.md and
uikit-devs.md), and replaces the existing TODO comment in the intro of each file with a brief paragraph about
Flutter's plugin system.

The new section follows the existing cookbook Q&A format and covers:

  • Accessing the camera with image_picker
  • Accessing location services with geolocator
  • Calling native iOS APIs using platform channels (with Dart and Swift code examples)
  • Building custom plugins

Neither guide had this section, unlike android-devs.md which already covers equivalent topics under "Flutter
plugins".


Issues fixed by this PR (if any):

Resolves the TODO present in both files:

▎ TODO: Add talk about plugin system for interacting with OS and hardware


PRs or commits this PR depends on (if any):

None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant