Flutter UI rendering problem when I loaded the page
I am developing a flutter app and on this app I am getting a rendering problem which is thin sliding purple line before cards(which holds events) being created. Same problem happens when I `toogled the calendar icon.
Opening flutter progress widget before expensive / long task
So I’m struggling with the following seemingly easy concept – I want to open a progress indicator then start a long task and then close it once the task is completed.
Here’s my flow: