scroll_to_index 2.0.0 scroll_to_index: ^2.0.0 copied to clipboard
Scroll to a specific child of any scrollable widget in Flutter
CHANGES #
2.0.0 BREAKING enabled null safety.
1.0.0
- public release
1.0.1
- adjustment for extension
1.0.2
- #7: cast to RenderBox of ctx.findRenderObject()
1.0.3
- #15: InputConnection closed when calling highlight()
1.0.4
- #16: setState cancels highlight
1.0.4+1
- fix leaks
1.0.5
- #17: scroll to a index when empty ScrollTag state shouldn't cause exception
1.0.6
- support animated highlight