Skip to content

Commit f7a04f7

Browse files
authored
Contraints dart_style to >=2.3.7 (#653)
## What does this change? An alternative of #652. Fixes #651 🎯 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue)
1 parent 778be81 commit f7a04f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
json_annotation: ^4.4.0
2525
glob: ^2.0.0
2626

27-
dart_style: '>=2.2.4 <4.0.0'
27+
dart_style: '>=2.3.7 <4.0.0'
2828
archive: '>=3.4.0 <5.0.0'
2929
args: ^2.0.0
3030
pub_semver: ^2.0.0

0 commit comments

Comments
 (0)