Skip to content

Commit

Permalink
i2 - Avoid using caret sign ^ before dependency version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Mar 21, 2023
1 parent 04972c5 commit ba21cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter

cupertino_icons: ^1.0.5
cupertino_icons: 1.0.5

intl: 0.17.0

Expand All @@ -22,13 +22,13 @@ dependencies:

debounce_throttle: 2.0.0

pointer_interceptor: ^0.9.3+4
pointer_interceptor: 0.9.3+4

dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^2.0.1
flutter_lints: 2.0.1

flutter:
uses-material-design: true
Expand Down

0 comments on commit ba21cbb

Please sign in to comment.