-
Notifications
You must be signed in to change notification settings - Fork 163
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
share to whatsapp not working #36
Comments
Anyone know how to fix this? |
|
Even if I pass nothing, so it uses the default empty value, it crash at the first line when trying to cast |
I’m not sure what type of result is returned. I suggest you print it first. It may be because the data types are inconsistent and cannot be forced. |
getting this error on ios
VERBOSE-2:ui_dart_state.cc(186)] Unhandled Exception: type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'Map<String, Object>' in type cast
#0 FlutterShareMe.shareToWhatsApp
package:flutter_share_me/flutter_share_me.dart:37
#1 _SharePageState._shareToWhatsapp.
package:believe/…/pages/share_page.dart:424
The text was updated successfully, but these errors were encountered: