chore: flutter 3.32

This commit is contained in:
Alex
2025-05-29 13:37:23 -05:00
parent dbdb64f6c5
commit adb59cf3a0
5 changed files with 20 additions and 21 deletions
@@ -331,10 +331,7 @@ class GalleryViewerPage extends HookConsumerWidget {
pageController: controller,
scrollPhysics: isZoomed.value
? const NeverScrollableScrollPhysics() // Don't allow paging while scrolled in
: (Platform.isIOS
? const FastScrollPhysics() // Use bouncing physics for iOS
: const FastClampingScrollPhysics() // Use heavy physics for Android
),
: const ClampingScrollPhysics(),
itemCount: totalAssets.value,
scrollDirection: Axis.horizontal,
onPageChanged: (value) {