Noel Mathew Isaac

Results 2 comments of Noel Mathew Isaac

I used this workaround for converting a URL to file before sharing the file path. ``` import 'package:http/http.dart' as http; import 'package:path_provider/path_provider.dart'; import 'dart:io'; import 'dart:math'; Future urlToFile(String imageUrl) async...