Salil Luley

Results 3 comments of Salil Luley

I tried the above solutions, below is my api please check ``` @Post( path: 'api/update', headers: {"application": "x-www-form-urlencoded'"}, ) @multipart Future updateProfilePicture({ @Part("field") String field, @PartFile("file") MultipartFile file, @Header("Authorization") String...

If is throwing error in convertRequest method below on request.body. Says body is null. Error Message E/flutter ( 1336): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: NoSuchMethodError: The getter 'types' was called on null....

I resolved this issue by donwngrading the version to **implementation 'com.github.Todd-Davies:ProgressWheel:1.0'** **Cheers**