fast_base58
fast_base58 provides fast implementation of base58 encoding, and supports flickr alphabet and Bitcoin/IPFS alphabet(default).
0.2.2
21K downloads/mo
#2161 most downloaded on pub.dev
maoxs2/dart_fast_base58
What this package is like to depend on
Last release 23 days ago
31 Jul 2026
Ships unpredictably
gaps range from 3 months to 4.9 years
Nearly every release is documented
notes for 13 of 13 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
13 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
13 releases · Apr 2020 to Jul 2026
2021
2022
2023
2024
2025
2026
Releases
latest 13-
0.2.231 Jul 2026Release notes
Open source →- Fix an O(n^2) leading-zero scan in
FastBase58DecodingAlphabet(usecodeUnitAtinstead of rebuilding the rune list each iteration). - Allow Dart 3.
- Fix an O(n^2) leading-zero scan in
-
0.2.119 Sep 2021Release notes
Open source →- fix bug: Incorrect Decoding when running Dart in Browser Environment
- provide web example
-
0.2.016 Jun 2021 -
0.1.905 Jul 2020Release notes
Open source →- fix bug: The method '_bitAndFromSmi' was called on null
- get rig of Uint8List, use List<int>
- boost and simplify decoding and encoding
- better handling of custom alphabets
-
0.1.810 Apr 2020 -
0.1.710 Apr 2020 -
0.1.610 Apr 2020 -
0.1.510 Apr 2020 -
0.1.410 Apr 2020 -
0.1.310 Apr 2020 -
0.1.210 Apr 2020 -
0.1.110 Apr 2020 -
0.1.010 Apr 2020Release notes
Open source →- Initial version, created by Stagehand
- Migrate the main functions from github.com/mr-tron/base58