multi_trigger_autocomplete_plus 1.0.2
multi_trigger_autocomplete_plus: ^1.0.2 copied to clipboard
A flutter widget to add trigger based autocomplete functionality to your app.
1.0.2 #
- Added
AutocompleteNoTrigger
to display autocomplete suggestions without requiring any trigger character or string.
1.0.1 #
- Made
triggerEnd
customizable instead of using a hardcoded space (' '
). - Enhanced the handling of triggers that share a common prefix, such as
{
and{{
, ensuring that the correct trigger is identified and processed.
1.0.0 #
0.1.1 #
- Fixed Readme.
0.1.0 #
- Initial release.