From 904a4de0bd057bafb6978c4460a31a355f377e34 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Mon, 17 Feb 2025 04:33:17 +0530 Subject: [PATCH] Update README.md --- packages/multi_trigger_autocomplete_plus/README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/packages/multi_trigger_autocomplete_plus/README.md b/packages/multi_trigger_autocomplete_plus/README.md index 489c7edd..def3da0a 100644 --- a/packages/multi_trigger_autocomplete_plus/README.md +++ b/packages/multi_trigger_autocomplete_plus/README.md @@ -1,21 +1,17 @@ # multi_trigger_autocomplete_plus -> This is a fork from [multi_trigger_autocomplete](https://pub.dev/packages/multi_trigger_autocomplete) - A flutter widget to add trigger based autocomplete functionality to your app. -

- An animated image of the MultiTriggerAutocomplete -

- -## Improvements - -This fork includes the following improvements over the original package: +It is a fork of [multi_trigger_autocomplete](https://pub.dev/packages/multi_trigger_autocomplete) which includes the following improvements: - **AutocompleteNoTrigger**: A Special trigger which allows allows autcomplete suggestions without a trigger character/string. - **Enhanced Customization**: Allows customization of `triggerEnd` instead of using a hardcoded space (`' '`). - **Prefix Triggers Handling**: Correctly identifies and handles triggers that share a common prefix, such as `{` and `{{`. +

+ An animated image of the MultiTriggerAutocomplete +

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