seekbar 0.1.1
seekbar: ^0.1.1 copied to clipboard
A Flutter package with a lightweight SeekBar and an AdvancedSeekBar featuring indicators, ticks, and discrete modes.
0.1.1 #
- Fix pub.dev README image rendering by switching README images to absolute GitHub raw URLs.
- Add a separate Chinese README and keep the English README as the primary package page.
0.1.0 #
- Add Dart 3 compatible package constraints and null-safe callback signatures.
- Keep the original
SeekBarwidget for simple primary and secondary progress use cases. - Add
AdvancedSeekBarwith indicator support, continuous/discrete modes, tick marks, tick texts, thumb text, RTL support, and richer callback payloads. - Add example app sections for callback inspection and advanced interaction flags.
- Add widget tests for
SeekBarandAdvancedSeekBar. - Change the package license from BSD-2-Clause to MIT.
0.0.1 #
- Initial release of
SeekBarwith primary and secondary progress support.