- 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
- Adjust the example to demonstrate Right to Left and Left to Right by tap/clicking.
- Complete test suite to include semantics and behaviour of unit tests for SingleChildScrollView
- Initial release.