- Added support for Flutter 2.2.0
- Added null-safe support.
- Print statement removed from the
AnnotationEditingController
.
- Fixed an issue where using special characters would crash the widget.
- Added a fix for a edge case for emoji fix from previous version.
- Fixed an issue where no data would cause the widget to crash when a emoji is entered.
- Fixed an issue where multiple triggers were not working.
- Removed an unnecessary parameter from the onSearchChanged.
- Fixed an issue where addMention would trigger onSearchChanged with previous value.
- Fixed an issue where if there no mention data present markupText would through an error.
onSuggestionVisibleChanged
added - Triggers when the suggestion list visibility changed.controller.showSuggestion
value notifier added.
- Updated depencies.
- Fixed an issue where markup was not updated if the suggestion was pressed.
hideSuggestionList
property added.- Provided a funtion to manually add mentions.
markupBuilder
added to allow users to add custom markups for mentions.onSearchChange
property added.- Mentions are now updated if mentions dependency is updated.
leading
&trailing
widgets property added.- Fixed an issue where if no mentions was found the list container would still be visible without any mentions.
- Readme updated with FAQs.
- Fixed an issue were mentions list was not triggered at position 0 closes issue #9.
- Fixed an issue on android after selecting the mention from the list the cursor would go back to the start, fixed in PR #8 by @krishnakumarcn
- Added a
defaultText
property to provide default value to th textfield, in PR #3 by @imhafeez
- Static Analysis added.
- Initial package released.