autotrie
autotrie copied to clipboard
An auto-suggest engine for Dart/Flutter, based off an optimized Trie implementation.
I want to use this library to optimise searching through hundreds of thousands of dictionary entries for [my language learning application](https://github.com/lrorpilla/jidoujisho) and I think using a trie will allow me...
Hi, Are there any plans for web support in the future? Best regards
I need case-insensitive indexing, so that I can do case-insensitive search while getting results in their original case (all cases, if there are multiple). Any plans for this?
Hive integration should be extracted to a separate package like `autotrie_hive` so as to not bring the Hive dependency to user packages that do not need it.