issues
search
Crazelu
/
fluttertagger
A Flutter package that allows for the extension of TextFields to provide tagging capabilities (e.g @ user mentions and # hashtags).
MIT License
38
stars
16
forks
source link
Feat/tag style and position updates
#1
Closed
Crazelu
closed
1 year ago
Crazelu
commented
1 year ago
Uses Trie data structure for precise tag searches
Adds tag positions re-computation logic for when the TextField's value is updated
Adds provision for styling tag texts distinctly by extending TextEditingController
Adds
triggerCharacter
to allow for custom use of the tagger for other kinds of tagging
Renames library
FlutterTagger
as it is now more generic and flexible
Adds support for animations
triggerCharacter
to allow for custom use of the tagger for other kinds of taggingFlutterTagger
as it is now more generic and flexible