Added loading screen on init

This commit is contained in:
2023-09-29 10:17:10 +05:30
parent cfb105068a
commit 47259b7a58
4 changed files with 13 additions and 5 deletions

View File

@@ -20,3 +20,5 @@ const String hashLink =
const String dataLink =
"https://raw.githubusercontent.com/kphanipavan/IIITB_Menu/menu_scraper/out.json";
enum DataStatus { Loaded, Loading, NotFound }