- Initial release.
- Fixes SDK version constraints
- Updates demo
- Updates repo banner
- README update
- Updates documentation and README example
- Adds support for formatting tags in FlutterTaggerController's text value set directly using the
text
setter. - Exposes a
formatTags
method for this purpose.
- Adds support for multiple kinds of tags associated with any single FlutterTaggerController.
- Adds improvement to logic which re-activates the search context from backtracking.
- Updates documentation and example project.