quickgui/lib
Martin Wimpress def50f53be fix: replace Divider() with Container() to prevent flickering
When the left_menu slides in from the left, the entire app window flickers and stutters.

The two `const Divider(),` references are the cause of this stuttering, so they have been replaced with `Container()`.
2024-06-28 16:40:04 +01:00
..
src fix: replace Divider() with Container() to prevent flickering 2024-06-28 16:40:04 +01:00
main.dart refactor: adapt parseWgetProgress to parseCurlProgress 2024-06-26 17:32:44 +01:00