All Questions
4 questions
0
votes
1
answer
281
views
Flutter share: IllegalArgumentException: Failed to find configured root that contains 'Path'
I use share_plus to share a captured widget (Uint8List). The code below shows how I am saving the "image" to a temp directory, and then trying to share it (two ways, using XFile(path) and ...
1
vote
0
answers
1k
views
PlatformException when using Flutter share plugin to share files
I'm trying to create an image from a widget and store it to a file. Then allow the user to share the image. We are using Flutter official share plugin:
https://pub.dev/packages/share
Here is my main ...
0
votes
2
answers
518
views
Cannot Share File Using Flutter Channel - Missing Plugin Exception
I created QR code generating app using flutter-darts. Everything is fine except sharing part. I used following code to share my generated png image.
Future<Null> _captureAndSharePng() async {
...
0
votes
2
answers
2k
views
How to share an image from gallery with my flutter app?
Can anyone point me to a library or advice on how I can go about sharing an image from the gallery with my app using the share button? I want to have my app appear in the list of apps to share with. ...