diff --git a/dio/README-ZH.md b/dio/README-ZH.md index aa19dc533..536818edf 100644 --- a/dio/README-ZH.md +++ b/dio/README-ZH.md @@ -102,6 +102,7 @@ void getHttp() async { | [pretty_dio_logger](https://github.com/Milad-Akarie/pretty_dio_logger) | [![Pub](https://img.shields.io/pub/v/pretty_dio_logger.svg)](https://pub.flutter-io.cn/packages/pretty_dio_logger) | 基于拦截器的简明易读的请求日志打印 | | [native_dio_client](https://github.com/ueman/native-dio-client) | [![Pub](https://img.shields.io/pub/v/native_dio_client.svg)](https://pub.flutter-io.cn/packages/native_dio_client) | 使用 cupertino_http 和 cronet_http 以适配器代理实现的原生网络请求功能。 | | [dio_image_provider](https://github.com/ueman/image_provider) | [![Pub](https://img.shields.io/pub/v/dio_image_provider.svg)](https://pub.dev/packages/dio_image_provider) | 基于 Dio 的图片加载 | +| [diox_flutter_transformer](https://github.com/arklabsnz/diox_flutter_transformer) | [![Pub](https://img.shields.io/pub/v/diox_flutter_transformer.svg)](https://pub.flutter-io.cn/packages/diox_flutter_transformer) | 使用 Flutter 的 compute 进行 JSON 解码的转换器 | ### 相关的项目 diff --git a/dio/README.md b/dio/README.md index 56e3c54b0..edbd50f56 100644 --- a/dio/README.md +++ b/dio/README.md @@ -106,6 +106,7 @@ void getHttp() async { | [pretty_dio_logger](https://github.com/Milad-Akarie/pretty_dio_logger) | [![Pub](https://img.shields.io/pub/v/pretty_dio_logger.svg)](https://pub.dev/packages/pretty_dio_logger) | Pretty Dio logger is a Dio interceptor that logs network calls in a pretty, easy to read format. | | [native_dio_client](https://github.com/ueman/native-dio-client) | [![Pub](https://img.shields.io/pub/v/native_dio_client.svg)](https://pub.dev/packages/native_dio_client) | An adapter for Dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform. | | [dio_image_provider](https://github.com/ueman/image_provider) | [![Pub](https://img.shields.io/pub/v/dio_image_provider.svg)](https://pub.flutter-io.cn/packages/dio_image_provider) | An image provider which makes use of package:dio to instead of dart:io | +| [diox_flutter_transformer](https://github.com/arklabsnz/diox_flutter_transformer) | [![Pub](https://img.shields.io/pub/v/diox_flutter_transformer.svg)](https://pub.dev/packages/diox_flutter_transformer) | A diox transformer for Flutter, which uses the compute function for json decoding | ### Related Projects