flutter_amap
flutter_amap copied to clipboard
AMapView不能作为Widget添加
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'`.
请问这个问题如何解决?
你这个应该是属于flutter页面内嵌原生页面了,可能还没实现。目前这种应该是直接Push出一个原生页面的
你好, I would also be interesting in an AMap Widget. Is this something you plan to do? I might support that, however the chinese documentation is a bit challenging...
你好, I would also be interesting in an AMap Widget. Is this something you plan to do? I might support that, however the chinese documentation is a bit challenging...
hello. 你还打算继续研究 “flutter” 的地图插件吗?