Skip to content

Commit

Permalink
Adds link to diox_flutter_transformer plugin (cfug#41)
Browse files Browse the repository at this point in the history
Update dio/README-ZH.md

Co-authored-by: Alex Li <[email protected]>
Signed-off-by: Josh Burton <[email protected]>

Signed-off-by: Josh Burton <[email protected]>
Co-authored-by: Alex Li <[email protected]>
  • Loading branch information
josh-burton and AlexV525 authored Dec 20, 2022
1 parent fc0ac4b commit 8d53f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dio/README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 解码的转换器 |

### 相关的项目

Expand Down
1 change: 1 addition & 0 deletions dio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d53f2a

Please sign in to comment.