Upgrade version flutter-typeahead
(cherry picked from commit cb5ecfe651575ec6568ec4f38a2146e5750b78da) (cherry picked from commit cad58a33a3e60e9d6f54e5e14c0b248660445b9b)
This commit is contained in:
+8
-9
@@ -624,13 +624,13 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.0"
|
version: "1.1.0"
|
||||||
flutter_keyboard_visibility:
|
flutter_keyboard_visibility:
|
||||||
dependency: transitive
|
dependency: "direct overridden"
|
||||||
description:
|
description:
|
||||||
name: flutter_keyboard_visibility
|
name: flutter_keyboard_visibility
|
||||||
sha256: "86b71bbaffa38e885f5c21b1182408b9be6951fd125432cf6652c636254cef2d"
|
sha256: "4983655c26ab5b959252ee204c2fffa4afeb4413cd030455194ec0caa3b8e7cb"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.4.0"
|
version: "5.4.1"
|
||||||
flutter_keyboard_visibility_linux:
|
flutter_keyboard_visibility_linux:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -772,12 +772,11 @@ packages:
|
|||||||
flutter_typeahead:
|
flutter_typeahead:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
name: flutter_typeahead
|
||||||
ref: support-autofillhint
|
sha256: f31211a8536f87908c3dcbdb88666e2f4d77f5f06c2b3a48eaad5599969ff32d
|
||||||
resolved-ref: "121707e2c283dae5299dc22974850d65f6c97b83"
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/dab246/flutter_typeahead.git"
|
source: hosted
|
||||||
source: git
|
version: "4.6.0"
|
||||||
version: "4.3.7"
|
|
||||||
flutter_web_plugins:
|
flutter_web_plugins:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description: flutter
|
description: flutter
|
||||||
|
|||||||
+4
-5
@@ -81,11 +81,6 @@ dependencies:
|
|||||||
url: https://github.com/linagora/flutter-date-range-picker.git
|
url: https://github.com/linagora/flutter-date-range-picker.git
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
flutter_typeahead:
|
|
||||||
git:
|
|
||||||
url: https://github.com/dab246/flutter_typeahead.git
|
|
||||||
ref: support-autofillhint
|
|
||||||
|
|
||||||
### Dependencies from pub.dev ###
|
### Dependencies from pub.dev ###
|
||||||
cupertino_icons: 1.0.5
|
cupertino_icons: 1.0.5
|
||||||
|
|
||||||
@@ -200,6 +195,8 @@ dependencies:
|
|||||||
|
|
||||||
workmanager: 0.5.1
|
workmanager: 0.5.1
|
||||||
|
|
||||||
|
flutter_typeahead: 4.6.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
@@ -224,6 +221,8 @@ dependency_overrides:
|
|||||||
|
|
||||||
pointer_interceptor: 0.9.1
|
pointer_interceptor: 0.9.1
|
||||||
|
|
||||||
|
flutter_keyboard_visibility: 5.4.1
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user