From a9c170509fa3cd196ca7b2b8bed4aec6b0ddef51 Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 17 Apr 2025 10:38:15 +0700 Subject: [PATCH] TF-3665 Fix autocomplete position Signed-off-by: dab246 --- pubspec.lock | 11 ++++++----- pubspec.yaml | 5 ++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index f6fd6914f..4e93a6978 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2026,11 +2026,12 @@ packages: super_tag_editor: dependency: "direct main" description: - name: super_tag_editor - sha256: d49a4100253de1d46d2c9b20cd7f215129f105028f6ad8a7fba388a4e3b4df9d - url: "https://pub.dev" - source: hosted - version: "0.3.1" + path: "." + ref: "bugfix/suggestion-list-shown-on-top" + resolved-ref: "44a5ba35951915b3e2aec0e64a61eb1a1dd9eb93" + url: "https://github.com/dab246/super_tag_editor.git" + source: git + version: "0.3.2" syncfusion_flutter_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index dcbc42d69..fa59bc669 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -107,7 +107,10 @@ dependencies: ref: master ### Dependencies from pub.dev ### - super_tag_editor: 0.3.1 + super_tag_editor: + git: + url: https://github.com/dab246/super_tag_editor.git + ref: bugfix/suggestion-list-shown-on-top cupertino_icons: 1.0.6