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

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

2.0.0 #

  • Migrate to null-safety.

1.0.0 - 1.0.0+1 #

  • Added complex sorting support
  • Added batteries-included file persistence
  • Updated dependencies
  • Increased efficiency due to elimination of double sorting (one-step instead)
  • Updated README

0.4.1 #

  • Fixed Hive integration (was defunct)
  • It now uses extension methods

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
130
pub points
70%
popularity

Publisher

verified publisherkishoredev.live

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

hive

More

Packages that depend on autotrie