Skip to content

Commit ba8ccfe

Browse files
committed
add context
1 parent e5ff770 commit ba8ccfe

File tree

1 file changed

+1
-1
lines changed
  • 015-flare-splashscreen/flare_splash/lib

1 file changed

+1
-1
lines changed

015-flare-splashscreen/flare_splash/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MyApp extends StatelessWidget {
1010
title: 'Flare Welcome',
1111
home: SplashScreen(
1212
'assets/splash.flr',
13-
HomeView(),
13+
(context) => HomeView(),
1414
startAnimation: 'intro',
1515
backgroundColor: Color(0xff181818),
1616
),

0 commit comments

Comments
 (0)