TF-997 Avoid using caret sign ^ before dependency version number
(cherry picked from commit 7907d224a6578b043c1ef4452045faa0f9451ce8)
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user