File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : http_interceptor_example
22description : Demonstrates how to use the http_interceptor plugin.
33version : 0.0.1+1
4- publish_to : ' none'
4+ publish_to : " none"
55
66environment :
7- sdk : ' >=2.12.0 <3 .0.0'
7+ sdk : " >=3.0.3 <4 .0.0"
88
99dependencies :
1010 flutter :
1111 sdk : flutter
1212 http_interceptor :
1313 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
1616
1717dev_dependencies :
1818 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
88repository : https://github.com/CodingAleCR/http_interceptor
99
1010environment :
11- sdk : ' >=2.18.0 <4.0.0'
11+ sdk : " >=3.0.3 <4.0.0"
1212
1313dependencies :
14- http : ^0.13.6
14+ http : ^1.0.0
1515
1616dev_dependencies :
17- lints : ^2.1.0
17+ lints : ^2.1.1
1818 test : ^1.24.3
You can’t perform that action at this time.
0 commit comments