You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/multi_trigger_autocomplete_plus/README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,17 @@
1
1
# multi_trigger_autocomplete_plus
2
2
3
-
> This is a fork from [multi_trigger_autocomplete](https://pub.dev/packages/multi_trigger_autocomplete)
4
-
5
3
A flutter widget to add trigger based autocomplete functionality to your app.
6
4
7
-
<p>
8
-
<imgsrc="https://github.com/foss42/apidash/blob/main/packages/multi_trigger_autocomplete_plus/asset/package_demo.gif?raw=true"alt="An animated image of the MultiTriggerAutocomplete"height="600"/>
9
-
</p>
10
-
11
-
## Improvements
12
-
13
-
This fork includes the following improvements over the original package:
5
+
It is a fork of [multi_trigger_autocomplete](https://pub.dev/packages/multi_trigger_autocomplete) which includes the following improvements:
14
6
15
7
-**AutocompleteNoTrigger**: A Special trigger which allows allows autcomplete suggestions without a trigger character/string.
16
8
-**Enhanced Customization**: Allows customization of `triggerEnd` instead of using a hardcoded space (`' '`).
17
9
-**Prefix Triggers Handling**: Correctly identifies and handles triggers that share a common prefix, such as `{` and `{{`.
18
10
11
+
<p>
12
+
<imgsrc="https://github.com/foss42/apidash/blob/main/packages/multi_trigger_autocomplete_plus/asset/package_demo.gif?raw=true"alt="An animated image of the MultiTriggerAutocomplete"height="600"/>
13
+
</p>
14
+
19
15
## Installation
20
16
21
17
Add the following to your `pubspec.yaml` and replace `[version]` with the latest version:
0 commit comments