在pubspec.yaml中导入地理定位软件包时出错

时间:2018-11-07 11:57:51

标签: intellij-idea dart flutter

在pubspec.yaml中导入geoloaction程序包时,如何解决错误? Dart SDK当前版本为2.1.0-dev.5.0.flutter-a2eb050044。

由于untitled67取决于地理位置,因此需要SDK版本<2.0.0的任何内容,因此版本解析失败。

1 个答案:

答案 0 :(得分:1)

https://pub.dartlang.org/packages/geolocation显示一个红色徽章,告诉您它与Dart 2不兼容。

最近的Flutter版本取决于Dart 2

另请参阅https://github.com/loup-v/geolocation/issues/44

尤其是https://github.com/loup-v/geolocation/issues/44#issuecomment-431572295

geolocation:
  git:
    url: 'https://github.com/shehabic/geolocation'