autotrie
A auto-completion engine for Dart/Flutter, based around an optimized Trie implementation.
2.0.0
26K downloads/mo
#1947 most downloaded on pub.dev
AKushWarrior/autotrie
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 9 months
Most releases are documented
notes for 7 of 11 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
11 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · Feb 2020 to May 2021Releases
latest 11-
2.0.028 May 2021 -
1.0.020 Aug 2020Release notes
Open source →- Added complex sorting support
- Added batteries-included file persistence
- Updated dependencies
- Increased efficiency due to elimination of double sorting (one-step instead)
- Updated README
-
1.0.0+120 Aug 2020Nothing published for this version
-
1.0.0+221 Aug 2020Nothing published for this version
-
0.4.112 Jun 2020 -
0.3.124 Feb 2020Release notes
Open source →- Added subsorting by recency
- Removed isEnd to save space and replaced it with > 0 checks
- Somewhat better/more detailed docs
-
0.3.1+124 Mar 2020Nothing published for this version
-
0.2.115 Feb 2020 -
0.1.203 Feb 2020 -
0.1.103 Feb 2020Release notes
Open source →- Initial commit and publish
- Provides Trie engine for autocompletion
- Has all the basic methods
-
0.1.1+103 Feb 2020Nothing published for this version