lorax icon indicating copy to clipboard operation
lorax copied to clipboard

Add mandatory progress bar

Open ananthanandanan opened this issue 4 years ago • 3 comments

  • Introduce progress bar while fetching data from Firestore.
  • Sometimes fetching data from firestore will take time to load so ui won't load properly. To nullify that we are adding progress bar.

ananthanandanan avatar Dec 02 '20 14:12 ananthanandanan

hi. i would like to try this, but i have zero knowledge of android development. what should i learn to be able to work on this?

LazyCoder-1506 avatar Dec 09 '20 14:12 LazyCoder-1506

Hi @LazyCoder-1506, a good initiative to take up the issue. Since you are new to android development and also since Lorax is a flutter application which uses dart language. I would suggest you to start there. Try setting flutter SDK in your system to learn the flutter basics and then you can get an idea how to work on this issue. I would recommend going through this tutorial codelabs.

ananthanandanan avatar Dec 10 '20 16:12 ananthanandanan

Hi, Do you have any progress bars in mind? The way that I would do it is have a separate file for the progress bar and set state based on the fetching of data. This means that no matter where you are in the system you can show the progress bar without reusing redundant code. Also what files would you like the progress bar to be displayed on?

PorkStew avatar May 01 '21 15:05 PorkStew