autotrie 0.3.1 copy "autotrie: ^0.3.1" to clipboard
autotrie: ^0.3.1 copied to clipboard

outdated

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
41
likes
0
pub points
71%
popularity

Publisher

verified publisherkishoredev.live

A auto-completion engine for Dart/Flutter, based around an optimized Trie implementation.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, hive

More

Packages that depend on autotrie