romatroskin / social_share_plugin

Social Share to Facebook and Instagram Flutter plugin.
BSD 2-Clause "Simplified" License
41 stars 87 forks source link

fix: twitter share #72

Open shadyroid opened 1 month ago

shadyroid commented 1 month ago

In Ios When i share link and text in using shareToTwitterLink the text spaces is replaced with %20

the issue is in line 310 in SocialSharePluginIOS.swift

.addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed)!