diff --git a/pubspec.lock b/pubspec.lock index 2376a8388..0aa08701b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -624,13 +624,13 @@ packages: source: hosted version: "1.1.0" flutter_keyboard_visibility: - dependency: transitive + dependency: "direct overridden" description: name: flutter_keyboard_visibility - sha256: "86b71bbaffa38e885f5c21b1182408b9be6951fd125432cf6652c636254cef2d" + sha256: "4983655c26ab5b959252ee204c2fffa4afeb4413cd030455194ec0caa3b8e7cb" url: "https://pub.dev" source: hosted - version: "5.4.0" + version: "5.4.1" flutter_keyboard_visibility_linux: dependency: transitive description: @@ -772,12 +772,11 @@ packages: flutter_typeahead: dependency: "direct main" description: - path: "." - ref: support-autofillhint - resolved-ref: "121707e2c283dae5299dc22974850d65f6c97b83" - url: "https://github.com/dab246/flutter_typeahead.git" - source: git - version: "4.3.7" + name: flutter_typeahead + sha256: f31211a8536f87908c3dcbdb88666e2f4d77f5f06c2b3a48eaad5599969ff32d + url: "https://pub.dev" + source: hosted + version: "4.6.0" flutter_web_plugins: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index a48316957..ed5700543 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -81,11 +81,6 @@ dependencies: url: https://github.com/linagora/flutter-date-range-picker.git ref: master - flutter_typeahead: - git: - url: https://github.com/dab246/flutter_typeahead.git - ref: support-autofillhint - ### Dependencies from pub.dev ### cupertino_icons: 1.0.5 @@ -200,6 +195,8 @@ dependencies: workmanager: 0.5.1 + flutter_typeahead: 4.6.0 + dev_dependencies: flutter_test: sdk: flutter @@ -224,6 +221,8 @@ dependency_overrides: pointer_interceptor: 0.9.1 + flutter_keyboard_visibility: 5.4.1 + # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec