Image asset logo caching

This commit is contained in:
2024-07-31 13:16:54 +02:00
parent 58b336a73d
commit 511381909d
5 changed files with 41 additions and 29 deletions

View File

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