Open hamzamon opened 1 year ago
Hello, When I can expect this fix ?
When I have some time to work on it, you can always give it a try yourself, it's not that big of a library
I have already tried by wraping Scrollbar(), but couldn't find option to hide scroll bar in pluggin and still I can see the error, If you dont mind please give me a hint.
Any update?
Can you give me a minimal reproducible sample of this error? I'll take a look this week!
You can resproduce by just scrolling the items by clicking in the table..
======== Exception caught by animation library ===================================================== The following assertion was thrown while notifying status listeners for AnimationController: The Scrollbar's ScrollController has no ScrollPosition attached.
A Scrollbar cannot be painted without a ScrollPosition.
The Scrollbar attempted to use the provided ScrollController. This ScrollController should be associated with the ScrollView that the Scrollbar is being applied to.When providing your own ScrollController, ensure both the Scrollbar and the Scrollable widget use the same one.
When the exception was thrown, this was the stack:
Got it, will try with the example soon :)
Hi, any update?
plugin: lazy_data_table_plus: ^1.0.0
The Scrollbar attempted to use the provided ScrollController. This ScrollController should be associated with the ScrollView that the Scrollbar is being applied to.When providing your own ScrollController, ensure both the Scrollbar and the Scrollable widget use the same one.
When the exception was thrown, this was the stack:
0 RawScrollbarState._debugCheckHasValidScrollPosition. (package:flutter/src/widgets/scrollbar.dart:1503:9)
1 RawScrollbarState._debugCheckHasValidScrollPosition (package:flutter/src/widgets/scrollbar.dart:1528:6)
2 RawScrollbarState._validateInteractions (package:flutter/src/widgets/scrollbar.dart:1470:14)
3 AnimationLocalStatusListenersMixin.notifyStatusListeners (package:flutter/src/animation/listener_helpers.dart:240:19)
4 AnimationController._checkStatusChanged (package:flutter/src/animation/animation_controller.dart:822:7)
5 AnimationController._startSimulation (package:flutter/src/animation/animation_controller.dart:756:5)
6 AnimationController._animateToInternal (package:flutter/src/animation/animation_controller.dart:619:12)
7 AnimationController.reverse (package:flutter/src/animation/animation_controller.dart:501:12)
8 RawScrollbarState._maybeStartFadeoutTimer. (package:flutter/src/widgets/scrollbar.dart:1663:37)
(elided 4 frames from class _RawReceivePortImpl, class _Timer, and dart:async-patch) The AnimationController notifying status listeners was: AnimationController#8a818(◀ 1.000)
======== Exception caught by animation library =====================================================