ShekarMudaliyar / social_share

Flutter package to share images/videos/text on social media
https://pub.dev/packages/social_share
MIT License
112 stars 191 forks source link

Uint8List Error! #120

Open bakteribaik opened 1 year ago

bakteribaik commented 1 year ago

so I encountered an error and realized that dart:typed_data was not imported for reSaveImage(); function. then I tried to import it on lib and it worked.

this error image