Home > database >  how to share image to email and twitter in Flutter
how to share image to email and twitter in Flutter

Time:09-21

enter image description here

Hello Seniors, I want to share image on clicking button to email and in twitter in flutter, I did for empty email but i want to share the image in the mail and same for twitter. Thanks

CodePudding user response:

you can use social_share package, link is https://pub.dev/packages/social_share

CodePudding user response:

try this package flutter_share_me here the link

https://pub.dev/packages/flutter_share_me

  • Related