We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ff770 commit ba8ccfeCopy full SHA for ba8ccfe
015-flare-splashscreen/flare_splash/lib/main.dart
@@ -10,7 +10,7 @@ class MyApp extends StatelessWidget {
10
title: 'Flare Welcome',
11
home: SplashScreen(
12
'assets/splash.flr',
13
- HomeView(),
+ (context) => HomeView(),
14
startAnimation: 'intro',
15
backgroundColor: Color(0xff181818),
16
),
0 commit comments