Add loading gif for app

This commit is contained in:
2024-08-12 10:41:22 +02:00
parent ded43453a9
commit f1e2b58cd1
18 changed files with 135 additions and 69 deletions

View File

@@ -57,7 +57,8 @@ class _MzanziInnovationHubState extends State<MzanziInnovationHub> {
@override
Widget build(BuildContext context) {
//precacheImage(theme.logoImage(), context);
precacheImage(theme.loadingImage(), context);
precacheImage(theme.logoImage(), context);
return MaterialApp(
title: getTitle(),
themeMode: _themeMode,