Fix blank screen before first load
This commit is contained in:
parent
aacb33fa0b
commit
fd003b0100
4 changed files with 7 additions and 3 deletions
|
|
@ -33,8 +33,7 @@ void main() async {
|
|||
debugPrint('APP INSTALLED!');
|
||||
});
|
||||
final GoRouter appRouter = MihGoRouter().mihRouter;
|
||||
FlutterNativeSplash.remove();
|
||||
runApp(MzansiInnovationHub(
|
||||
(MzansiInnovationHub(
|
||||
router: appRouter,
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue