Quantcast
Channel: flutter: HTTP get request - disable encoding parameters - Stack Overflow
Browsing all 2 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Answer by Durdu for flutter: HTTP get request - disable encoding parameters

I believe you should replace: var uri = Uri.parse('https://demo.com/rest/v1/default/products'); uri = uri.replace(queryParameters: params); print(uri);with: var uri = Uri.https('demo.com',...

View Article



Image may be NSFW.
Clik here to view.

flutter: HTTP get request - disable encoding parameters

I'm trying to make a demo app with flutter and trying to fetch products from a demo magento site.This is my code:Future<List<Product>> fetchProducts() async { final params = <String,...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images