Git Product home page Git Product logo

flutter_amap's People

Contributors

jzoom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter_amap's Issues

异常退出app

销毁地图时,app被异常被kill,是版本和Android SDK不兼容吗

编译Warning

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
amap_location-0.1.2/android/src/main/java/com/jzoom/amaplocation/AmpLocationPlugin.java使用了未经检查或不安全的操作。

地图始终显示在最高层级

我在其中一个tab页上用了AMapView显示地图,但是在其他所有页面地图都会覆盖着

  @override
  Widget build(BuildContext context) {
    return new Container(
      width: 100,
      height: 100,
      child: new AMapView(
        key: mapKey,
        centerCoordinate:  LatLng(39.9242, 116.3979),
        zoomLevel: 13.0,
        mapType: MapType.standard,
        showsUserLocation: true,
      ),
    );
  }

占坑不拉屎

你为何占坑不拉屎,请你吧flutter_amap 撤销了

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

请问这个问题如何解决?

默认值LatLng(39.9242, 116.3979)改变,地点依然显示定位北京

我很喜欢这个调用,但我有一些问题,就像标题说的,改变example下main.dart的初始值LatLng,打包运行后依然是定位北京。而且,主页面第一个地图:null,第二个地图:null,我不知道这是什么导致的。希望,能够开发员能够回应。

文档写错了一个地方

这个flutter 上面的包依赖是不是有点问题?
image

下面是 github 项目的文档说明,包依赖写的是对的:
image

iOS WebView跳转到地图白屏

一个很困扰的问题:使用flutter_webview_plugin接入WebView,从WebView跳转到地图再返回,WebView白屏。只有iOS设备以及跳转地图页会出现这个问题,跳转普通页面都是ok的。

建议生成0.0.2 tag

写的例子里面,AMapView已经是一个控件,可是0.0.1版本还是类,建议打一个tag

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.