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
Can I share an image which is stored as file with a path? When I try to do so I get an error:
Unable to load asset: /data/user/0/com.example.qr_code_scanner/cache/image.png
Can I share an image which is stored as file with a path? When I try to do so I get an error:
Unable to load asset: /data/user/0/com.example.qr_code_scanner/cache/image.png
final ByteData bytes = await rootBundle.load(file.path); await WcFlutterShare.share( sharePopupTitle: 'share', fileName: 'share.png', mimeType: 'image/png', bytesOfFile: bytes.buffer.asUint8List());
The text was updated successfully, but these errors were encountered: