kamranbekirovyz / logarte

🪵 In-app debug console and logger for Flutter
https://pub.dev/packages/logarte
MIT License
32 stars 7 forks source link

Error when scrolling on the response tab inside a network call #1

Open mmasdivins opened 6 months ago

mmasdivins commented 6 months ago

When scrolling on the response tab on a network call it gives me an error when scrolling:

The Scrollbar's ScrollController has no ScrollPosition attached.

A Scrollbar cannot be painted without a ScrollPosition. 

The Scrollbar attempted to use the PrimaryScrollController. This ScrollController should be associated with the ScrollView that the Scrollbar is being applied to.When ScrollView.scrollDirection is Axis.vertical on mobile platforms will automatically use the PrimaryScrollController if the user has not provided a ScrollController. To use the PrimaryScrollController explicitly, set ScrollView.primary to true for the Scrollable widget.
kamranbekirovyz commented 6 months ago

Thanks for opening an issue.

I'll tackle it in the coming release.

mmasdivins commented 6 months ago

Thanks! I love this package!

kamranbekirovyz commented 6 months ago

Thanks! I love this package!

My pleasure.