Commit 1164da40 authored by yangwu.jia's avatar yangwu.jia

update readme

parent 68c175a6
...@@ -60,8 +60,6 @@ class _MyAppState extends State<MyApp> { ...@@ -60,8 +60,6 @@ class _MyAppState extends State<MyApp> {
'sample://secondPage': (pageName, params, _) => SecondRouteWidget(), 'sample://secondPage': (pageName, params, _) => SecondRouteWidget(),
}); });
///query current top page and load it
FlutterBoost.handleOnStartPage();
} }
@override @override
......
...@@ -57,8 +57,6 @@ class _MyAppState extends State<MyApp> { ...@@ -57,8 +57,6 @@ class _MyAppState extends State<MyApp> {
'sample://secondPage': (pageName, params, _) => SecondRouteWidget(), 'sample://secondPage': (pageName, params, _) => SecondRouteWidget(),
}); });
///query current top page and load it
FlutterBoost.handleOnStartPage();
} }
@override @override
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment