fast_dio 1.0.0
fast_dio: ^1.0.0 copied to clipboard
Dio-based HTTP layer with the same API surface as fast_http — GenericRequest, headers, errors, download, stream, and interceptors.
1.0.0 #
- Initial stable release.
- Dio-based HTTP layer with
fast_http-compatible API. FastDio,FastDioHeader,RequestApi, andGenericRequest.- Error handling with
ServerException,RequestErrorModel, andFailure. - Query parameters, per-request Dio options, and progress updates.
- Multipart uploads with
RequestFile. - Download, stream responses, and interceptor helpers.
- Built-in PrettyDioLogger and Chucker Flutter inspector support.
- Exports
fpdartfor functional error handling.