TF-997 Avoid using caret sign ^ before dependency version number

(cherry picked from commit 7907d224a6578b043c1ef4452045faa0f9451ce8)
This commit is contained in:
dab246
2023-03-20 13:14:16 +07:00
committed by Dat Vu
parent 529279621f
commit 22cfe14bb1
13 changed files with 112 additions and 112 deletions
+3 -3
View File
@@ -27,7 +27,7 @@ dependencies:
sdk: flutter
### Dependencies from pub.dev ###
cupertino_icons: ^1.0.5
cupertino_icons: 1.0.5
flutter_svg: 2.0.2
@@ -55,7 +55,7 @@ dependencies:
http: 0.13.5
pointer_interceptor: ^0.9.3+4
pointer_interceptor: 0.9.3+4
flutter_keyboard_visibility: 5.4.0
@@ -72,7 +72,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: 2.0.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec