我目前在flutter项目中工作,我已经将我的图像作为包含图像URL的数组存储在fire store中。我想检索这些URL并将它们显示在我的应用程序上。the image show the collection and the document that have array of URLs 下面的代码在普通文档上运行良好,但当我传递数组以便在carousel上显示时,返回错误 import 'package:carousel_slider/carousel_slider</e
我正在尝试在flutter项目中添加google_maps_flutter和google_map_location_picker来使用它,但问题是最新版本^4.1.7与应用程序中的其他包不兼容,每次我都会收到这个错误完全错误: Because image_picker >=0.7.4 depends on flutter_plugin_android_lifecycle ^2.0.1 and google_maps_flutter这个问题不仅仅存在于image_picker中,而且存在于pubspec.yaml文件中