autotrie 0.3.1
autotrie: ^0.3.1 copied to clipboard
A auto-completion engine for Dart/Flutter, based around an optimized Trie implementation.
0.3.1 #
- Added subsorting by recency
- Removed isEnd to save space and replaced it with > 0 checks
- Somewhat better/more detailed docs
0.2.1 #
- Added integration with Hive
- Better documentation
0.1.2 #
- Added methods for adding List
- Better documentation
0.1.1 - 0.1.1+1 #
- Initial commit and publish
- Provides Trie engine for autocompletion
- Has all the basic methods