Commit 78ef4525 authored by 余玠's avatar 余玠

update the readme

parent e0e6620a
......@@ -130,7 +130,7 @@ Initialize FlutterBoost with FLBPlatform at the beginning of your App.
```objc
[FlutterBoostPlugin.sharedInstance startFlutterWithPlatform:router
onStart:^(FlutterViewController *fvc) {
onStart:^(id engine) {
}];
```
......
......@@ -123,7 +123,7 @@ class _MyAppState extends State<MyApp> {
```的ObjectiveC
[FlutterBoostPlugin.sharedInstance startFlutterWithPlatform:router
onStart:^(FlutterViewController * fvc){
onStart:^(id engine){
}];
```
......
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