alphabet_list_scroll_view 2.0.0 alphabet_list_scroll_view: ^2.0.0 copied to clipboard
A customizable listview with A-Z side scrollbar to fast jump to the item of the selected character.
2.0.0 #
refactor!: Updated to Flutter 2. Support Null safetly
1.0.6 #
Updated RxDart to 0.23.1
1.0.5 #
- Fixed touch event not register in the middle that is caused by the preview.
1.0.4 #
- Shrink the gesturedetector to not interfere with other widgets such as slidables
1.0.3 #
- Fixed screen and side height
1.0.2 #
- Fixed max range errors
1.0.1+3 #
- Fixed out of range errors
1.0.1+2 #
- Fixed super
1.0.1 #
- Added headers
1.0.0 #
- Massively improve performance
- Removed unnecessary dependencies
0.1.5 #
- Formatted code
- Fixed preview
- Update Documentation
0.1.0 #
- Added a few options such as: strList, itemBuilder, highlightTextStyle , normalTextStyle, showPreview
0.0.1 #
- Added alphabet scroll. Need to implement more customization options.