indexscroll_listview_builder 1.0.0
indexscroll_listview_builder: ^1.0.0 copied to clipboard
Enhanced ListView.builder with index-based programmatic scrolling, alignment control, offset handling, and optional customizable scrollbar for Flutter.
1.0.0 #
Added #
- Comprehensive inline documentation for all public APIs.
- Exported controller (
IndexedScrollController) and tag widget (IndexedScrollTag) from root library. - Example application demonstrating basic usage, auto-scroll, offset, and external controller patterns.
- Widget tests for build, auto-scroll triggering, and external controller scrolling.
- MIT License file.
Improved #
- README with full feature list, installation, usage snippets, API overview, and parameters table.
- Pubspec description and metadata (repository, issue tracker).
Notes #
- Stable 1.0.0 release – API considered ready for production use.
0.0.1 #
- Initial release