You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D/libGLESv2(18597): STS_GLApi : DTS, ODTC are not allowed for Package : com.example.racha_racha
[...]
D/ViewRootImpl@e920403MainActivity: ViewPostIme pointer 1
E/flutter (18597): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: type 'String' is not a subtype of type 'bool?' in type cast
E/flutter (18597): #0 MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:167
E/flutter (18597):
E/flutter (18597): #1 SocialShare.shareOptions
package:social_share/social_share.dart:176
E/flutter (18597):
MissingPluginException('No implementation found for method $method on channel $name');
}
The text was updated successfully, but these errors were encountered:
ivictoruan
changed the title
When I press icon for to share, don't works.
When I press icon for to share, don't works. (sharedOptions)
Nov 29, 2022
Same, I kinda fixed in a local fork.
I dont understood the purpose of this return so I dont feel confident to submit a PR, if somebody could check would be nice :)
goneall
added a commit
to goneall/social_share
that referenced
this issue
Mar 20, 2023
FixesShekarMudaliyar#117
The Dart code is expecting a return type of bool and the Android
code is returning a type String. I'm assuming "success" should
be translated to True.
I looked at the iOS code and it is returning a boolean type for
the same function.
Signed-off-by: Gary O'Neall <[email protected]>
D/libGLESv2(18597): STS_GLApi : DTS, ODTC are not allowed for Package : com.example.racha_racha
[...]
D/ViewRootImpl@e920403MainActivity: ViewPostIme pointer 1
E/flutter (18597): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: type 'String' is not a subtype of type 'bool?' in type cast
E/flutter (18597): #0 MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:167
E/flutter (18597):
E/flutter (18597): #1 SocialShare.shareOptions
package:social_share/social_share.dart:176
E/flutter (18597):
MissingPluginException('No implementation found for method $method on channel $name');
}
The text was updated successfully, but these errors were encountered: