You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I using some vertical scrolable widget inside InfiniteCarousel and that works, but with some exception, how can i fix it?
════════ Exception caught by gesture ═══════════════════════════════════════════
The following _TypeError was thrown while handling a gesture:
type 'FixedScrollMetrics' is not a subtype of type 'InfiniteExtentMetrics' in type cast
Hi! I using some vertical scrolable widget inside InfiniteCarousel and that works, but with some exception, how can i fix it?
════════ Exception caught by gesture ═══════════════════════════════════════════
The following _TypeError was thrown while handling a gesture:
type 'FixedScrollMetrics' is not a subtype of type 'InfiniteExtentMetrics' in type cast
When the exception was thrown, this was the stack
#0 _InfiniteCarouselState.build. infinite_carousel.dart:163
#1 _NotificationElement.onNotification notification_listener.dart:130
#2 _NotificationNode.dispatchNotification framework.dart:3197
#3 _NotificationNode.dispatchNotification framework.dart:3200
#4 _NotificationNode.dispatchNotification framework.dart:3200
#5 _NotificationNode.dispatchNotification framework.dart:3200
#6 _NotificationNode.dispatchNotification
#7 _NotificationNode.dispatchNotification framework.dart:3200
#8 _NotificationNode.dispatchNotification framework.dart:3200
#9 Element.dispatchNotification framework.dart:4551
#10 Notification.dispatch notification_listener.dart:60
#11 DragScrollActivity.dispatchScrollUpdateNotification scroll_activity.dart:465
#12 ScrollPosition.didUpdateScrollPositionBy scroll_position.dart:896
#13 ScrollPosition.setPixels scroll_position.dart:283
#14 ScrollPositionWithSingleContext.setPixels scroll_position_with_single_context.dart:78
#15 ScrollPositionWithSingleContext.applyUserOffset scroll_position_with_single_context.dart:122
#16 ScrollDragController.update scroll_activity.dart:385
#17 ScrollableState._handleDragUpdate
#18 DragGestureRecognizer._checkUpdate. monodrag.dart:516
#19 GestureRecognizer.invokeCallback recognizer.dart:275
#20 DragGestureRecognizer._checkUpdate monodrag.dart:516
#21 DragGestureRecognizer.handleEvent monodrag.dart:370
#22 PointerRouter._dispatch pointer_router.dart:98
#23 PointerRouter._dispatchEventToRoutes. pointer_router.dart:143
#24 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:625:13)
#25 PointerRouter._dispatchEventToRoutes pointer_router.dart:141
#26 PointerRouter.route pointer_router.dart:127
#27 GestureBinding.handleEvent binding.dart:465
#28 GestureBinding.dispatchEvent binding.dart:445
#29 RendererBinding.dispatchEvent binding.dart:331
#30 GestureBinding._handlePointerEventImmediately binding.dart:400
#31 GestureBinding.handlePointerEvent binding.dart:363
#32 GestureBinding._flushPointerEventQueue binding.dart:320
#33 GestureBinding._handlePointerDataPacket binding.dart:293
#34 _invoke1 (dart:ui/hooks.dart:158:13)
#35 PlatformDispatcher._dispatchPointerDataPacket (dart:ui/platform_dispatcher.dart:382:7)
#36 _dispatchPointerDataPacket (dart:ui/hooks.dart:91:31)
Handler: "onUpdate"
Recognizer: VerticalDragGestureRecognizer#c741f
start behavior: start
The text was updated successfully, but these errors were encountered: