fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
592 stars 119 forks source link

Update documentation on the 2.0.0 breaking changes #56

Closed khanhnguyen-96 closed 3 years ago

khanhnguyen-96 commented 3 years ago

I noticed that the library was upgraded to 2.0.0 version a couple of days ago. This update introducing 2 breaking changes but I can't find any information about them. Can you update it in the document?

zmtzawqlp commented 3 years ago

Breaking change: add clipBehavior and restorationId flutter: ">=1.22.4"

zmtzawqlp commented 3 years ago

please read changelog

khanhnguyen-96 commented 3 years ago

Breaking change: add clipBehavior and restorationId flutter: ">=1.22.4"

I mean that the docs should add what is restorationId and its usage.

zmtzawqlp commented 3 years ago

official property from flutter sdk

khanhnguyen-96 commented 3 years ago

official property from flutter sdk

Thanks. I appreciate your support.