Top "Dio" questions

A powerful Http client for Dart, which supports Interceptors, Global configuration, FormData, Request Cancellation, File downloading, Timeout etc.

Flutter Dio : How to Upload Image?

I'm trying on Postman. And it works I want upload some image to rest-api using Package DIO Package , I'm new …

flutter dart dio
Unable to add header for post method in dio in Flutter

I'm using dio: ^3.0.4. Any one please help me to find the solution for adding header. here my code: FormData formData = …

flutter dio
DioError [DioErrorType.RESPONSE]: Http status error [405] [Solved]

I am creating a post request Using Dio, this is my FormData params, FormData formData = FormData.fromMap({ 'wallet_id': '${…

http flutter flutter-dependencies dio
Flutter Dio post an object with array

I am trying to post a request to api with an object as" var params = { "item": "itemx", "options": [1,2,3], }; print(params); …

http flutter dart dio
How to handle timeout error with Dio in Flutter?

I'm using Dio to handle APIs functions. Here's my code: Future<List<ItemModel>> getItems() async { try { …

flutter dart dio
How do calling API in flutter using Dio?

I need to parse JSON to object and use it in my app but I need to do this using …

api flutter dart dio
Flutter download file to phone download directory

I have searched for similar questions and answers to this question but haven't found any specific answer till now. I …

flutter dart path provider dio