Skip to content

Commit

Permalink
Set SDK constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrox-hs committed Nov 3, 2023
1 parent 1506c52 commit fa82790
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions logify/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ homepage: https://github.com/pedrox-hs/flutter_packages
repository: https://github.com/pedrox-hs/flutter_packages/tree/main/logify

environment:
sdk: '>=2.12.0'
sdk: '>=2.12.0 <4.0.0'

dependencies:
logging: '>=1.0.0 <2.0.0'
meta: ^1.0.0
stack_trace: ^1.10.0
stack_trace: ^1.0.0

dev_dependencies:
dev_dependencies:
coverage: ^1.7.1
lints: ^3.0.0
mocktail: ^1.0.1
test: ^1.24.2
test: ^1.24.2

0 comments on commit fa82790

Please sign in to comment.