add new data loading algo

This commit is contained in:
2024-10-25 15:20:36 +05:30
parent 9125041f18
commit ca13f575a2
2 changed files with 69 additions and 1 deletions

View File

@@ -69,6 +69,13 @@ class HomePage extends StatelessWidget {
Tab(icon: Icon(Icons.dinner_dining_outlined))
]),
actions: [
InkWell(
splashFactory: NoSplash.splashFactory,
onTap: () {
data.updateCall();
},
child: const Icon(Icons.refresh),
),
InkWell(
splashFactory: NoSplash.splashFactory,
onTap: () {