website icon indicating copy to clipboard operation
website copied to clipboard

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

Open zhu-xiaowei opened this issue 10 months ago • 0 comments

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.

  • [X] I will try and fix this problem on docs.flutter.dev.

zhu-xiaowei avatar Apr 24 '24 12:04 zhu-xiaowei