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
file exist in /data/data/com.example.chaco_digital_app/app_flutter/chacoDigital_365656565657.png but return this error.
Failed to find configured root that contains /data/data/com.example.chaco_digital_app/app_flutter/chacoDigital_365656565657.png
final String dir = (await getApplicationDocumentsDirectory()).path;
final String path = '$dir/chacoDigital_${widget.data.transaction}.png';
final uri = Uri.file(path);
SimpleShare.share(
uri: uri.toString(),
title: "Chaco Digital",
msg: widget.data.shareText,
);
The text was updated successfully, but these errors were encountered:
file exist in /data/data/com.example.chaco_digital_app/app_flutter/chacoDigital_365656565657.png but return this error.
Failed to find configured root that contains /data/data/com.example.chaco_digital_app/app_flutter/chacoDigital_365656565657.png
The text was updated successfully, but these errors were encountered: