Skip to content

Commit

Permalink
Merge code from flutter/flutter#123109 (fix #148)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed Dec 22, 2023
1 parent 9902944 commit 6d66ce3
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 153 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.2.0

* Merge code from https://github.com/flutter/flutter/pull/123109 (fix #148)

## 6.1.2

* public innerPositions which are influenced by [onlyOneScrollInBody]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class _ExtendedNestedScrollViewDemoState
},
//2.[inner scrollables in tabview sync issue](https://github.com/flutter/flutter/issues/21868)
onlyOneScrollInBody: true,
// physics: NeverScrollableScrollPhysics(),
body: Column(
children: <Widget>[
TabBar(
Expand Down
Loading

0 comments on commit 6d66ce3

Please sign in to comment.