Skip to content
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

Failed to find configured root that contains error #9

Open
javico2609 opened this issue Jul 5, 2019 · 1 comment
Open

Failed to find configured root that contains error #9

javico2609 opened this issue Jul 5, 2019 · 1 comment

Comments

@javico2609
Copy link

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,
    );
@Veeraharikumar
Copy link

Same Issue for me but why there is no action taken by the maintainer???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants