Skip to content

Commit 2df9813

Browse files
committed
build(deps)
1 parent 31eb33c commit 2df9813

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

pubspec.lock

+6-8
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ packages:
175175
name: cupertino_http
176176
url: "https://pub.dartlang.org"
177177
source: hosted
178-
version: "0.0.9"
178+
version: "0.0.10"
179179
cupertino_icons:
180180
dependency: "direct main"
181181
description:
@@ -327,12 +327,10 @@ packages:
327327
http_client_hoc081098:
328328
dependency: "direct main"
329329
description:
330-
path: "."
331-
ref: c13fc534ab6d7a63e79ae347fd7c877cd42615ac
332-
resolved-ref: c13fc534ab6d7a63e79ae347fd7c877cd42615ac
333-
url: "https://github.com/hoc081098/http_client_hoc081098.git"
334-
source: git
335-
version: "1.0.0-dev.0"
330+
name: http_client_hoc081098
331+
url: "https://pub.dartlang.org"
332+
source: hosted
333+
version: "0.0.1-dev.0"
336334
http_multi_server:
337335
dependency: transitive
338336
description:
@@ -563,7 +561,7 @@ packages:
563561
name: rxdart_ext
564562
url: "https://pub.dartlang.org"
565563
source: hosted
566-
version: "0.2.6"
564+
version: "0.2.7"
567565
shared_preferences:
568566
dependency: "direct main"
569567
description:

pubspec.yaml

+4-10
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414

1515
cupertino_icons: ^1.0.5
1616

17-
cupertino_http: ^0.0.9
17+
cupertino_http: ^0.0.10
1818
meta: ^1.8.0
1919
path: ^1.8.2
2020
http: ^0.13.5
@@ -30,11 +30,11 @@ dependencies:
3030
disposebag: ^1.5.1
3131
flutter_disposebag: ^1.1.0
3232
flutter_bloc_pattern: ^2.3.0
33-
rxdart_ext: ^0.2.6
33+
rxdart_ext: ^0.2.7
3434
did_change_dependencies: ^1.0.0
3535
stream_loader: ^1.5.0
3636
dart_either: ^1.0.0
37-
http_client_hoc081098:
37+
http_client_hoc081098: ^0.0.1-dev.0
3838
cancellation_token_hoc081098: ^1.0.0
3939

4040
dev_dependencies:
@@ -50,10 +50,4 @@ flutter:
5050
uses-material-design: true
5151
assets:
5252
- assets/bg.jpg
53-
- assets/user.png
54-
55-
dependency_overrides:
56-
http_client_hoc081098:
57-
git:
58-
url: https://github.com/hoc081098/http_client_hoc081098.git
59-
ref: c13fc534ab6d7a63e79ae347fd7c877cd42615ac
53+
- assets/user.png

0 commit comments

Comments
 (0)