0 purchases
dio form json
Settup #
Install dependency
dart pub add dio_form_json
copied to clipboard
Using #
Add DioFormJsonInterceptor into Dio.
dio.interceptors.add(DioFormJsonInterceptor())
copied to clipboard
Set contentType = 'multipart/form-json' or extra['form-json'] = true to convert input data to FormData.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.