huhx

Results 36 issues of huhx

This PR make the ResponseDecoder return nullable String In options.dart: ```dart typedef ResponseDecoder = String Function( List responseBytes, RequestOptions options, ResponseBody responseBody); ``` The usage of this function: src/transformer.dart ```dart...

In case that we do not want to use the default firstPageProgressIndicatorBuilder and we have many place need to apply pagination. So apply customize newPageProgressIndicatorBuilder, newPageProgressIndicatorBuilder in every places are...