From 9882f2b6abddd9e3797ce1b89d367a73225e2464 Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 17 Jan 2025 14:16:16 +0700 Subject: [PATCH] TF-3408 Set `limit=MAX` for contact view in search --- .../contact/presentation/contact_controller.dart | 1 - pubspec.lock | 11 +++++------ pubspec.yaml | 7 ++----- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/lib/features/contact/presentation/contact_controller.dart b/lib/features/contact/presentation/contact_controller.dart index 1fe3cef38e..a91c065500 100644 --- a/lib/features/contact/presentation/contact_controller.dart +++ b/lib/features/contact/presentation/contact_controller.dart @@ -163,7 +163,6 @@ class ContactController extends BaseController with AutoCompleteResultMixin { final autoCompletePattern = AutoCompletePattern( word: queryString, - limit: 30, accountId: _accountId); if (_contactSuggestionSource == ContactSuggestionSource.all) { diff --git a/pubspec.lock b/pubspec.lock index 06f8a8d002..4903b8ff66 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1954,12 +1954,11 @@ packages: super_tag_editor: dependency: "direct main" description: - path: "." - ref: fix-some-issue-with-suggestion-box - resolved-ref: "3ac885e6416f61f5888e5b9c5e8e07c182b57e71" - url: "https://github.com/dab246/super_tag_editor.git" - source: git - version: "0.3.0" + name: super_tag_editor + sha256: d49a4100253de1d46d2c9b20cd7f215129f105028f6ad8a7fba388a4e3b4df9d + url: "https://pub.dev" + source: hosted + version: "0.3.1" syncfusion_flutter_core: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 536258d22c..defc54a369 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -87,11 +87,6 @@ dependencies: url: https://github.com/linagora/flutter-date-range-picker.git ref: main - super_tag_editor: - git: - url: https://github.com/dab246/super_tag_editor.git - ref: fix-some-issue-with-suggestion-box - # TODO: We will change it when the PR in upstream repository will be merged # https://github.com/dietfriends/dns_client/pull/9 dns_client: @@ -112,6 +107,8 @@ dependencies: ref: master ### Dependencies from pub.dev ### + super_tag_editor: 0.3.1 + cupertino_icons: 1.0.6 get: 4.6.6