Skip to content

Commit 904a4de

Browse files
committed
Update README.md
1 parent 4cbeb5b commit 904a4de

File tree

1 file changed

+5
-9
lines changed
  • packages/multi_trigger_autocomplete_plus

1 file changed

+5
-9
lines changed

packages/multi_trigger_autocomplete_plus/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
# multi_trigger_autocomplete_plus
22

3-
> This is a fork from [multi_trigger_autocomplete](https://pub.dev/packages/multi_trigger_autocomplete)
4-
53
A flutter widget to add trigger based autocomplete functionality to your app.
64

7-
<p>
8-
<img src="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:
146

157
- **AutocompleteNoTrigger**: A Special trigger which allows allows autcomplete suggestions without a trigger character/string.
168
- **Enhanced Customization**: Allows customization of `triggerEnd` instead of using a hardcoded space (`' '`).
179
- **Prefix Triggers Handling**: Correctly identifies and handles triggers that share a common prefix, such as `{` and `{{`.
1810

11+
<p>
12+
<img src="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+
1915
## Installation
2016

2117
Add the following to your `pubspec.yaml` and replace `[version]` with the latest version:

0 commit comments

Comments
 (0)