ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
43 stars 45 forks source link

“中文” Support. #29

Closed hellohejinyu closed 2 years ago

hellohejinyu commented 2 years ago

https://github.com/ShoutSocial/share_handler/blob/700834b6e397d4062f8b5ae67dab98168b97787e/share_handler_platform_interface/lib/src/data/messages.dart#L33

I add some codes like below.

Uri.decodeFull(Uri.encodeComponent(pigeonMap['path']! as String))

image