I have a variable to return in console:
[/PDF /Text /ImageB /ImageC /ImageI] I/flutter (15515): endobj I/flutter (15515): 10 0 obj I/flutter (15515): << /Length 5716 /Filter /FlateDecode >> stream ...
in flutter, my pdf is genereated through post
launchURL(String text) async {
var response = await http.post(
Uri.parse(
"http://web.exampleExt.aspx"),
headers: {"Accept": "*/*"},
body: {'codigo': '10020014499'});
print(response.body);
return "success!";
}
so, my response.body is pdf but not visualizate