Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 576 Bytes

File metadata and controls

19 lines (12 loc) · 576 Bytes

0.1.0

  • Modernise SDK constraints: sdk >=3.6.0, flutter >=3.27.0, flutter_lints ^5.0.0
  • Add hitTestBehavior parameter (defaults to HitTestBehavior.opaque)
  • Add restorationId parameter for scroll position restoration
  • Add cacheExtent and cacheExtentStyle parameters
  • 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.