File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : http_interceptor_example
2
2
description : Demonstrates how to use the http_interceptor plugin.
3
3
version : 0.0.1+1
4
- publish_to : ' none'
4
+ publish_to : " none"
5
5
6
6
environment :
7
- sdk : ' >=2.12.0 <3 .0.0'
7
+ sdk : " >=3.0.3 <4 .0.0"
8
8
9
9
dependencies :
10
10
flutter :
11
11
sdk : flutter
12
12
http_interceptor :
13
13
path : ../
14
- image_picker : ^0.8.7+5
15
- shared_preferences : ^2.0.6
14
+ image_picker : ^0.8.8
15
+ shared_preferences : ^2.1.2
16
16
17
17
dev_dependencies :
18
18
flutter_lints : ^2.0.1
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ issue_tracker: https://github.com/CodingAleCR/http_interceptor/issues
8
8
repository : https://github.com/CodingAleCR/http_interceptor
9
9
10
10
environment :
11
- sdk : ' >=2.18.0 <4.0.0'
11
+ sdk : " >=3.0.3 <4.0.0"
12
12
13
13
dependencies :
14
- http : ^0.13.6
14
+ http : ^1.0.0
15
15
16
16
dev_dependencies :
17
- lints : ^2.1.0
17
+ lints : ^2.1.1
18
18
test : ^1.24.3
You can’t perform that action at this time.
0 commit comments