flutter 0.9.4,计划像示例里面一样添加AMapView作为组件 ``` return new Scaffold( appBar: new AppBar(title: new Text('Titles')), body: Expanded(child: AMapView( )) ); ``` 但是ide直接报错说 `The arguemennt type 'AMapView' can't be assigned to the parameter type `Widget'`. 请问这个问题如何解决?