2 questions from the last 7 days
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 ...
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 ...