Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
43 views

Flutter UI Rendering Issues on Samsung Devices

I'm encountering a persistent UI corruption issue specifically on Samsung phones. My Flutter app displays correctly on iPhones and other Android devices, but on Samsung devices, the UI exhibits ...
Thaw De Zin's user avatar
  • 1,691
0 votes
1 answer
19 views

Flutter GetX Obx not updating text on button press

Below I have a very simple GetX project that should basically load some data on button press asynchronously. However, I would like the button to change from 'PRESS ME' to 'LOADING' whilst the data is ...
Pinocchio's user avatar