flutter_amap icon indicating copy to clipboard operation
flutter_amap copied to clipboard

AMapView不能作为Widget添加

Open leftluoyi opened this issue 6 years ago • 3 comments

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'`.

请问这个问题如何解决?

leftluoyi avatar Oct 24 '18 14:10 leftluoyi

你这个应该是属于flutter页面内嵌原生页面了,可能还没实现。目前这种应该是直接Push出一个原生页面的

spWang avatar Nov 23 '18 06:11 spWang

你好‎, 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...

th-ko avatar Dec 06 '18 19:12 th-ko

你好‎, 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” 的地图插件吗?

54huige avatar Feb 03 '19 05:02 54huige