Changed data loading strategy

This commit is contained in:
2023-09-02 16:50:02 +05:30
parent 23dd888424
commit aa68bd70eb
7 changed files with 113 additions and 75 deletions

View File

@@ -14,3 +14,9 @@ const String storageKey = "FullMenu";
const Center noMenuWidget = Center(
child: Text("Menu not available for this session",
style: TextStyle(fontSize: 20, fontStyle: FontStyle.italic)));
const String hashLink =
"http://github.com/kphanipavan/IIITB_Menu/releases/download/latest/out.txt";
const String dataLink =
"http://github.com/kphanipavan/IIITB_Menu/releases/download/latest/out.json";