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
I could really use a horizontal scrollbar, because sometimes the code is pretty wide.
I don't want to use text wrapping, either, because that does not look great on code.
And besides, it's not even implemented yet, anyway. #178
In a fork of this repository, I tried adding it myself, but I don't think I'm good enough at Flutter, yet, to be able to do it properly.
Because right now, the scroll bar is only visible at the bottom of the scrollview, instead of always visible at the bottom of the screen...
Peek.2024-09-05.04-48.mp4
I also tried making it use a SingleChildTwoDimensionalScrollView, but that had its own layouting issues.
I do think this would be the best working solution, though.
The text was updated successfully, but these errors were encountered:
I could really use a horizontal scrollbar, because sometimes the code is pretty wide.
I don't want to use text wrapping, either, because that does not look great on code.
And besides, it's not even implemented yet, anyway. #178
In a fork of this repository, I tried adding it myself, but I don't think I'm good enough at Flutter, yet, to be able to do it properly.
Because right now, the scroll bar is only visible at the bottom of the scrollview, instead of always visible at the bottom of the screen...
Peek.2024-09-05.04-48.mp4
I also tried making it use a SingleChildTwoDimensionalScrollView, but that had its own layouting issues.
I do think this would be the best working solution, though.
The text was updated successfully, but these errors were encountered: