Nicolas MORICET

Results 3 comments of Nicolas MORICET

Hi @jaisonklemer, I have this error too in Web app. You can find sample code : ``` Future extractMeta() async { Completer completer = Completer(); Chaleno().load(src.toString()).then((value) { List images =...

It seems that this code is not working on the web : ``` import 'package:http/http.dart'; Response response = await Client().get(Uri.parse(src)); ``` And generates the following error: ``` Error: XMLHttpRequest error....

Yes, I just did. I think I follow the existing logic