Flutter – Send a Map<String,double> to value of FormData in dio
I am trying to send a register request to the API with Dio, but when I use this code, the location field has a problem: class RegisterRemoteDataSourceImpl extends RegisterRemoteDataSource { final Dio dio; final String username, email, password, confirmPassword; final…