Skip to content

Commit

Permalink
发布0.3.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yshye committed Nov 7, 2021
1 parent 4201e49 commit 2f6f452
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## [0.2.1]
## 0.3.1

update `NetManager.internal()`

## [0.2.0]
## 0.3.0
add pull、delete、head

## 0.2.1

update `NetManager.internal()`

## 0.2.0

适配 null safety

## [0.1.0]
## 0.1.0

first commit
2 changes: 1 addition & 1 deletion lib/src/net_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class NetManager {
static NetManager internal({
String contentType = Headers.jsonContentType,
String baseUrl = '',
Map<String, String> headers = const {},
Map<String, dynamic> headers = const {},
int connectTimeout = 3000,
int receiveTimeout = 600000,
int sendTimeout = 3000,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mini_net
description: A network request package widget,With log interceptor.
version: 0.2.1
version: 0.3.1
homepage: https://github.com/collectFlutter/mini_net

environment:
Expand Down

0 comments on commit 2f6f452

Please sign in to comment.