gpt4 book ai didi

flutter - 关于 Flutter 中 LATLNG 包和 LatLng 类型的问题

转载 作者:行者123 更新时间:2023-12-05 08:36:31 25 4
gpt4 key购买 nike

LATLNG 无法将参数类型“LatLng”分配给参数类型“LatLng”

The argument type 'LatLng (where LatLng is defined in E:\flutter.pub-cache\hosted\pub.dartlang.org\latlong2-0.8.0\lib\latlong\LatLng.dart)' can't be assigned to the parameter type 'LatLng (where LatLng is defined in E:\flutter.pub-cache\hosted\pub.dartlang.org\latlong-0.6.1\lib\latlong\LatLng.dart)'

下面是注释掉未使用的依赖。

environment:
sdk: ">=2.7.0 <3.0.0"

dependencies:
font_awesome_flutter: ^8.11.0
flutter:
sdk: flutter

firebase_core: ^0.7.0
firebase_analytics: ^7.0.1
firebase_auth: ^0.20.0+1
cloud_firestore: ^0.16.0
firebase_storage: ^7.0.0
readmore: ^2.0.0
google_fonts: ^1.1.1
google_sign_in: "^4.5.1"
flutter_login_facebook: ^0.4.2+3

# mapbox_gl: ^0.10.0
location: ^4.3.0
provider: ^4.3.3
image_picker: ^0.6.7+3
image_cropper: ^1.4.0
shared_preferences: ^0.5.3+4
# geolocator: 6.2.1
intl: ^0.16.1
http: ^0.12.0+2
geocoding: ^2.0.0
# geocoder: ^0.2.1
flutter_map: ^0.12.0
# latlong: ^0.8.0

# geoflutterfire: ^2.2.2

dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.8.1

最佳答案

作为 flutter_map 的维护者,这是你应该做的:

  1. 取决于latest version of 'latlong2'和往常一样
  2. 将其导入到所有必要的文件中

'flutter_map' 曾经为您自动导出此库,但现在不会了。此外,Dart 现在建议依赖所有使用的包,无论它们是否由其他人导出。

这已添加到 documentation website从 v1.1.1 开始。

关于flutter - 关于 Flutter 中 LATLNG 包和 LatLng 类型的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68692414/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com