File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies:
11
11
ffi : ^2.0.1
12
12
13
13
dev_dependencies :
14
- lints : ^3.0.0 # Requires Dart 3, but running analyzer only during development and with latest SDK
14
+ # lints 2.1.0+ requires Dart 3, but CI still tests with Dart 2, but also need 3.0.0+ to match pana
15
+ lints : ' >=2.0.1 <4.0.0'
15
16
objectbox_generator : any
16
17
build_runner : any
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ dependencies:
24
24
25
25
dev_dependencies :
26
26
test : ^1.16.5
27
- lints : ^3.0.0 # Requires Dart 3, but running analyzer only during development and with latest SDK
27
+ # lints 2.1.0+ requires Dart 3, but CI still tests with Dart 2, but also need 3.0.0+ to match pana
28
+ lints : ' >=2.0.1 <4.0.0'
28
29
crypto : ^3.0.2
29
30
pub_semver : ^2.1.3
30
31
package_config : ^2.1.0
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ dependencies:
20
20
21
21
dev_dependencies :
22
22
ffigen : ^7.2.11 # v8 requires Dart 3, not requiring it, yet.
23
- lints : ^3.0.0 # Requires Dart 3, but running analyzer only during development and with latest SDK
23
+ # lints 2.1.0+ requires Dart 3, but CI still tests with Dart 2, but also need 3.0.0+ to match pana
24
+ lints : ' >=2.0.1 <4.0.0'
24
25
test : ^1.16.5 # To run coverage on this package.
25
26
26
27
ffigen :
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ dev_dependencies:
15
15
collection : any # via objectbox
16
16
build_runner : ^2.0.0
17
17
flat_buffers : any # via objectbox
18
- lints : ^3.0.0 # Requires Dart 3, but running analyzer only during development and with latest SDK
18
+ # lints 2.1.0+ requires Dart 3, but CI still tests with Dart 2, but also need 3.0.0+ to match pana
19
+ lints : ' >=2.0.1 <4.0.0'
19
20
objectbox_generator : any
20
21
test : ^1.16.5
21
22
You can’t perform that action at this time.
0 commit comments