Closed ollyde closed 2 years ago
Simple fix for your path by the way. You need to use
final path = Uri(path: attachment!.path);
Because sometimes paths are encoded or have some weird platform inserts that are handled by Uri.
Apart from that, great job on the library, working like a dream.
Simple fix for your path by the way. You need to use
final path = Uri(path: attachment!.path);
Because sometimes paths are encoded or have some weird platform inserts that are handled by Uri.
Apart from that, great job on the library, working like a dream.