single_child_two_dimensional_scroll_view 0.1.0
single_child_two_dimensional_scroll_view: ^0.1.0 copied to clipboard
A box in which a single widget can be scrolled in two dimensions
0.1.0 #
- Modernise SDK constraints:
sdk >=3.6.0,flutter >=3.27.0,flutter_lints ^5.0.0 - Add
hitTestBehaviorparameter (defaults toHitTestBehavior.opaque) - Add
restorationIdparameter for scroll position restoration - Add
cacheExtentandcacheExtentStyleparameters - Fix documentation typos and broken doc references
0.0.3 #
- Adjust the example to demonstrate Right to Left and Left to Right by tap/clicking.
0.0.2 #
- Complete test suite to include semantics and behaviour of unit tests for SingleChildScrollView
0.0.1 #
- Initial release.