lorax
lorax copied to clipboard
Add mandatory progress bar
- 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.
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?
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.
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?