File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
# http_interceptor
2
2
3
3
[ ![ Pub] ( https://img.shields.io/pub/v/http_interceptor.svg )] ( https://pub.dev/packages/http_interceptor )
4
- [ ![ style: effective dart ] ( https://img.shields.io/badge/style-effective_dart-40c4ff.svg )] ( https://github.com/tenhobi/effective_dart )
4
+ [ ![ style: lints/recommended ] ( https://img.shields.io/badge/style-effective_dart-40c4ff.svg )] ( https://github.com/tenhobi/effective_dart )
5
5
[ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-purple.svg )] ( https://opensource.org/licenses/MIT )
6
6
[ ![ codecov] ( https://codecov.io/gh/CodingAleCR/http_interceptor/branch/main/graph/badge.svg?token=hgsnPctaDz )] ( https://codecov.io/gh/CodingAleCR/http_interceptor )
7
7
[ ![ Star on GitHub] ( https://img.shields.io/github/stars/codingalecr/http_interceptor.svg?style=flat&logo=github&colorB=deeppink&label=stars )] ( https://github.com/codingalecr/http_interceptor )
Original file line number Diff line number Diff line change 1
- include : package:flutter_lints/flutter.yaml
2
-
3
- # Additional information about this file can be found at
4
- # https://dart.dev/guides/language/analysis-options
1
+ include : package:lints/recommended.yaml
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
sdk : flutter
12
12
http_interceptor :
13
13
path : ../
14
- image_picker : ^0.8.5+3
14
+ image_picker : ^0.8.7+5
15
15
shared_preferences : ^2.0.6
16
16
17
17
dev_dependencies :
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.12 .0 <3 .0.0'
11
+ sdk : ' >=2.18 .0 <4 .0.0'
12
12
13
13
dependencies :
14
- http : ^0.13.4
14
+ http : ^0.13.6
15
15
16
16
dev_dependencies :
17
- flutter_lints : ^2.0.1
18
- test : ^1.17.5
17
+ lints : ^2.1.0
18
+ test : ^1.24.3
You can’t perform that action at this time.
0 commit comments