Skip to content

Commit 949280e

Browse files
committed
# 4.0.2
- Add QueuedInterceptor - merge cfug#1316 cfug#1317
1 parent 397f68c commit 949280e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README-ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dio是一个强大的Dart Http请求库,支持Restful API、FormData、拦截
1414

1515
```yaml
1616
dependencies:
17-
dio: ^4.0.2-beta1
17+
dio: ^4.0.2
1818
```
1919
2020
> 如果你是dio 3.x 用户,想了解4.0的变更,请参考 [4.x更新列表](./migration_to_4.x.md)!
@@ -430,7 +430,7 @@ dio.interceptors.add(QueuedInterceptorsWrapper(
430430
));
431431
```
432432

433-
完整的示例代码请点击 [这里](https://github.com/flutterchina/dio/blob/master/example/interceptor_lock.dart).
433+
完整的示例代码请点击 [这里](https://github.com/flutterchina/dio/blob/develop/example/queued_interceptor_crsftoken.dart).
434434

435435
### 日志
436436

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A powerful Http client for Dart, which supports Interceptors, Global configurati
1212

1313
```yaml
1414
dependencies:
15-
dio: ^4.0.2-beta1
15+
dio: ^4.0.2
1616
```
1717
> Already know Dio 3 and just want to learn about what's new in Dio 4? Check out the [Migration Guide](./migration_to_4.x.md)!
1818

dio/README-ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dio是一个强大的Dart Http请求库,支持Restful API、FormData、拦截
1414

1515
```yaml
1616
dependencies:
17-
dio: ^4.0.2-beta1
17+
dio: ^4.0.2
1818
```
1919
2020
> 如果你是dio 3.x 用户,想了解4.0的变更,请参考 [4.x更新列表](./migration_to_4.x.md)!
@@ -430,7 +430,7 @@ dio.interceptors.add(QueuedInterceptorsWrapper(
430430
));
431431
```
432432

433-
完整的示例代码请点击 [这里](https://github.com/flutterchina/dio/blob/master/example/interceptor_lock.dart).
433+
完整的示例代码请点击 [这里](https://github.com/flutterchina/dio/blob/develop/example/queued_interceptor_crsftoken.dart).
434434

435435
### 日志
436436

dio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A powerful Http client for Dart, which supports Interceptors, Global configurati
1212

1313
```yaml
1414
dependencies:
15-
dio: ^4.0.2-beta1
15+
dio: ^4.0.2
1616
```
1717
> Already know Dio 3 and just want to learn about what's new in Dio 4? Check out the [Migration Guide](./migration_to_4.x.md)!
1818

0 commit comments

Comments
 (0)