Skip to content

Commit

Permalink
TF-3408 Set limit=MAX for contact view in search
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 authored and hoangdat committed Jan 17, 2025
1 parent 2411008 commit 9882f2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
1 change: 0 additions & 1 deletion lib/features/contact/presentation/contact_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ class ContactController extends BaseController with AutoCompleteResultMixin {

final autoCompletePattern = AutoCompletePattern(
word: queryString,
limit: 30,
accountId: _accountId);

if (_contactSuggestionSource == ContactSuggestionSource.all) {
Expand Down
11 changes: 5 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 2 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 9882f2b

Please sign in to comment.