From fa859b0837735e1f551b790414bf9817f95a41a4 Mon Sep 17 00:00:00 2001 From: "yangwu.jia" <yangwu.jia@taobao.com> Date: Wed, 25 Dec 2019 17:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E9=A1=B5=E8=83=8C=E6=99=AF=E7=99=BD=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/lib/main.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 3331ee9..22058b4 100755 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -36,7 +36,9 @@ class _MyAppState extends State<MyApp> { return MaterialApp( title: 'Flutter Boost example', builder: FlutterBoost.init(postPush: _onRoutePushed), - home: Container()); + home: Container( + color:Colors.white + )); } void _onRoutePushed( -- 2.26.2