From 4c51e36dd4c8040d7995ec66fcbddae6a0b0b3dd Mon Sep 17 00:00:00 2001 From: zhan-linlin <17301907374@163.com> Date: Tue, 12 Dec 2023 10:26:50 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E5=8F=AF=E6=BB=9A=E5=8A=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=BB=98=E8=AE=A4=E9=9A=90=E8=97=8F=E5=8F=B3=E4=BE=A7?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/flutter/lib/src/widgets/scroll_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/scroll_view.dart b/packages/flutter/lib/src/widgets/scroll_view.dart index 1c94377d57..2f73a8f754 100644 --- a/packages/flutter/lib/src/widgets/scroll_view.dart +++ b/packages/flutter/lib/src/widgets/scroll_view.dart @@ -419,7 +419,7 @@ abstract class ScrollView extends StatelessWidget { axisDirection: axisDirection, controller: scrollController, physics: physics, - scrollBehavior: scrollBehavior, + scrollBehavior: ScrollConfiguration.of(context).copyWith(scrollbars:false), semanticChildCount: semanticChildCount, restorationId: restorationId, viewportBuilder: (BuildContext context, ViewportOffset offset) { -- Gitee From 14aee6720b3b38c40e34e3c3242c93ee6fe7a536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A9=B9=E6=B7=8B=E6=B7=8B?= <17301907374@163.com> Date: Tue, 12 Dec 2023 03:48:13 +0000 Subject: [PATCH 2/6] =?UTF-8?q?Revert=20"=E5=8F=AF=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E9=BB=98=E8=AE=A4=E9=9A=90=E8=97=8F=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E6=BB=9A=E5=8A=A8=E6=9D=A1"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4c51e36dd4c8040d7995ec66fcbddae6a0b0b3dd. --- packages/flutter/lib/src/widgets/scroll_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/scroll_view.dart b/packages/flutter/lib/src/widgets/scroll_view.dart index 2f73a8f754..1c94377d57 100644 --- a/packages/flutter/lib/src/widgets/scroll_view.dart +++ b/packages/flutter/lib/src/widgets/scroll_view.dart @@ -419,7 +419,7 @@ abstract class ScrollView extends StatelessWidget { axisDirection: axisDirection, controller: scrollController, physics: physics, - scrollBehavior: ScrollConfiguration.of(context).copyWith(scrollbars:false), + scrollBehavior: scrollBehavior, semanticChildCount: semanticChildCount, restorationId: restorationId, viewportBuilder: (BuildContext context, ViewportOffset offset) { -- Gitee From ff0decf6938e2cb641323759224620a419778aed Mon Sep 17 00:00:00 2001 From: zhan-linlin <17301907374@163.com> Date: Tue, 12 Dec 2023 14:07:03 +0800 Subject: [PATCH 3/6] =?UTF-8?q?IssueNo:=20#I8NMOJ=20=E5=8F=AF=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E7=BB=84=E4=BB=B6=E9=BB=98=E8=AE=A4=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E6=BB=9A=E5=8A=A8=E6=9D=A1=20Sig:=20OpenHarm?= =?UTF-8?q?ony-SIG/flutter-flutter=20Feature=20or=20Bugfix:=20Bugfix=20Bin?= =?UTF-8?q?ary=20Source:=20No=20Signed-off-by:=20zhan-linlin=2017301907374?= =?UTF-8?q?@163.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/flutter/lib/src/widgets/scroll_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/scroll_view.dart b/packages/flutter/lib/src/widgets/scroll_view.dart index 1c94377d57..2f73a8f754 100644 --- a/packages/flutter/lib/src/widgets/scroll_view.dart +++ b/packages/flutter/lib/src/widgets/scroll_view.dart @@ -419,7 +419,7 @@ abstract class ScrollView extends StatelessWidget { axisDirection: axisDirection, controller: scrollController, physics: physics, - scrollBehavior: scrollBehavior, + scrollBehavior: ScrollConfiguration.of(context).copyWith(scrollbars:false), semanticChildCount: semanticChildCount, restorationId: restorationId, viewportBuilder: (BuildContext context, ViewportOffset offset) { -- Gitee From e8c2b5932407f8b7a5e3c23ad9e8048bc3d12566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A9=B9=E6=B7=8B=E6=B7=8B?= <17301907374@163.com> Date: Tue, 12 Dec 2023 06:41:27 +0000 Subject: [PATCH 4/6] =?UTF-8?q?Revert=20"IssueNo:=20#I8NMOJ=20=E5=8F=AF?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E7=BB=84=E4=BB=B6=E9=BB=98=E8=AE=A4=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E5=8F=B3=E4=BE=A7=E6=BB=9A=E5=8A=A8=E6=9D=A1"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ff0decf6938e2cb641323759224620a419778aed. --- packages/flutter/lib/src/widgets/scroll_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/scroll_view.dart b/packages/flutter/lib/src/widgets/scroll_view.dart index 2f73a8f754..1c94377d57 100644 --- a/packages/flutter/lib/src/widgets/scroll_view.dart +++ b/packages/flutter/lib/src/widgets/scroll_view.dart @@ -419,7 +419,7 @@ abstract class ScrollView extends StatelessWidget { axisDirection: axisDirection, controller: scrollController, physics: physics, - scrollBehavior: ScrollConfiguration.of(context).copyWith(scrollbars:false), + scrollBehavior: scrollBehavior, semanticChildCount: semanticChildCount, restorationId: restorationId, viewportBuilder: (BuildContext context, ViewportOffset offset) { -- Gitee From 0ca2ca99493cde9dbf358f6578703d914309b8de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A9=B9=E6=B7=8B=E6=B7=8B?= <17301907374@163.com> Date: Tue, 12 Dec 2023 06:44:22 +0000 Subject: [PATCH 5/6] =?UTF-8?q?IssueNo:=20#I8NMOJ=20=E5=8F=AF=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E7=BB=84=E4=BB=B6=E9=BB=98=E8=AE=A4=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E6=BB=9A=E5=8A=A8=E6=9D=A1=20Sig:=20OpenHarm?= =?UTF-8?q?ony-SIG/flutter-flutter=20Feature=20or=20Bugfix:=20Bugfix=20Bin?= =?UTF-8?q?ary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 詹淋淋 <17301907374@163.com> --- packages/flutter/lib/src/widgets/scroll_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/scroll_view.dart b/packages/flutter/lib/src/widgets/scroll_view.dart index 1c94377d57..8498eef223 100644 --- a/packages/flutter/lib/src/widgets/scroll_view.dart +++ b/packages/flutter/lib/src/widgets/scroll_view.dart @@ -419,7 +419,7 @@ abstract class ScrollView extends StatelessWidget { axisDirection: axisDirection, controller: scrollController, physics: physics, - scrollBehavior: scrollBehavior, + scrollBehavior: scrollBehavior: ScrollConfiguration.of(context).copyWith(scrollbars:false),, semanticChildCount: semanticChildCount, restorationId: restorationId, viewportBuilder: (BuildContext context, ViewportOffset offset) { -- Gitee From 0262a80e669bf5ceb8c5194fd500760d36894839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A9=B9=E6=B7=8B=E6=B7=8B?= <17301907374@163.com> Date: Tue, 12 Dec 2023 06:45:10 +0000 Subject: [PATCH 6/6] =?UTF-8?q?IssueNo:=20#I8NMOJ=20=E5=8F=AF=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E7=BB=84=E4=BB=B6=E9=BB=98=E8=AE=A4=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E6=BB=9A=E5=8A=A8=E6=9D=A1=20Sig:=20OpenHarm?= =?UTF-8?q?ony-SIG/flutter-flutter=20Feature=20or=20Bugfix:=20Bugfix=20Bin?= =?UTF-8?q?ary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 詹淋淋 <17301907374@163.com> --- packages/flutter/lib/src/widgets/scroll_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/scroll_view.dart b/packages/flutter/lib/src/widgets/scroll_view.dart index 8498eef223..c3dc6e7086 100644 --- a/packages/flutter/lib/src/widgets/scroll_view.dart +++ b/packages/flutter/lib/src/widgets/scroll_view.dart @@ -419,7 +419,7 @@ abstract class ScrollView extends StatelessWidget { axisDirection: axisDirection, controller: scrollController, physics: physics, - scrollBehavior: scrollBehavior: ScrollConfiguration.of(context).copyWith(scrollbars:false),, + scrollBehavior: scrollBehavior: ScrollConfiguration.of(context).copyWith(scrollbars:false), semanticChildCount: semanticChildCount, restorationId: restorationId, viewportBuilder: (BuildContext context, ViewportOffset offset) { -- Gitee