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

Update the data types for Swift nill on 'Writing custom platform-specific code' page #10452

Closed
1 task done
zhu-xiaowei opened this issue Apr 24, 2024 · 0 comments · Fixed by #10779
Closed
1 task done
Assignees
Labels
dev.integration Relates to platform integration e1-hours Effort: < 8 hrs from.page-issue Reported in a reader-filed concern p2-medium Necessary but not urgent concern. Resolve when possible.

Comments

@zhu-xiaowei
Copy link

Page URL

https://docs.flutter.dev/platform-integration/platform-channels/

Page source

https://github.com/flutter/website/tree/main/src/content/platform-integration/platform-channels.md

Describe the problem

Platform channel data types support and codecs

current is:

Dart Swift
null nill

should be:

Dart Swift
null nill(NSNull when nested)

Expected fix

Dart Swift
null nill(NSNull when nested)

Additional context

No response

I would like to fix this problem.

  • I will try and fix this problem on docs.flutter.dev.
@zhu-xiaowei zhu-xiaowei added the from.page-issue Reported in a reader-filed concern label Apr 24, 2024
@sfshaza2 sfshaza2 added p2-medium Necessary but not urgent concern. Resolve when possible. e1-hours Effort: < 8 hrs labels Apr 24, 2024
@atsansone atsansone changed the title [PAGE ISSUE]: 'Writing custom platform-specific code' Update the data types for Swift nill on 'Writing custom platform-specific code' page Apr 25, 2024
@atsansone atsansone self-assigned this Apr 25, 2024
@atsansone atsansone added st.triage.ltw dev.integration Relates to platform integration labels Apr 25, 2024
sfshaza2 pushed a commit that referenced this issue Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev.integration Relates to platform integration e1-hours Effort: < 8 hrs from.page-issue Reported in a reader-filed concern p2-medium Necessary but not urgent concern. Resolve when possible.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants