Skip to content

Commit

Permalink
Update pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-b authored Jun 19, 2024
1 parent 5779c11 commit bd3aef0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ dependencies:
collection: ^1.18.0
intl: ^0.17.0
material_color_utilities: ^0.11.1
meta: ^1.14.0 # Keeping the compatible version

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
lints: ^2.1.1
test_api: ^0.7.2
vm_service: 14.2.2
flutter_lints: ^2.0.3 # Using a compatible version
lints: ^2.1.1 # Using a compatible version
test_api: ^0.7.1 # Using a compatible version
vm_service: 14.2.2 # Ensuring compatibility with flutter_test

flutter:
uses-material-design: true
Expand Down

0 comments on commit bd3aef0

Please sign in to comment.