Add loading gif for app
This commit is contained in:
parent
ded43453a9
commit
f1e2b58cd1
18 changed files with 135 additions and 69 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue