本文介绍了因为xml>=4.4.0依赖postparser^3.1.0,而xml>=3.4.0依赖postparser^3.0.0,所以xml>=3.7.0需要postparser^3.0.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

[FIFTH_APPLICATION]FIFTH PUB GET正在颤动应用程序中运行颤动酒吧(&Q;)...
因为xml>;=4.4.0依赖于postparser^3.1.0,而xml>;=3.4.0依赖于postparser^3.0.0,所以xml>;=3.7.0需要postparser^3.0.0。

由于intl_utils 1.5.0依赖于postparser&>=1.1.3<;3.0.0,而Ffltter_SVG&>=0.18.0依赖于XML^4.1.0,因此intl_utils 1.5.0与Ffltter_SVG&>;=0.18.0不兼容。

因此,由于";App";同时依赖Ffltter_svg^0.18.0和intl_utils 1.5.0,版本解析失败。Pub获取失败(1;因此,因为";App";同时依赖Ffltter_SVG^0.18.0和intl_utils 1.5.0,版本解析失败。)退出代码%1

dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: 0.1.2
google_maps_flutter: 0.5.27
google_map_location_picker: 3.2.2
mvc_pattern: 5.1.0
global_configuration: 1.5.0
http: 0.12.1
intl: 0.16.0
html: 0.14.0+3
shared_preferences: 0.5.7
flutter_html: 0.11.1
flutter_svg: ^0.18.0
location: 3.0.2
dynamic_theme: 1.0.1
flutter_inappbrowser: 2.0.2
url_launcher: 5.4.5
firebase_messaging: 6.0.13
cached_network_image: 2.2.0
fluttertoast: 4.0.1
flutter_staggered_grid_view: 0.3.0
carousel_slider: 1.3.0
sticky_headers: ^0.1.8
intl_utils: ^1.6.3
photo_view: ^0.9.2

推荐答案

我使用

Pthuraju Si Chaitanya

我通过将intl_utils:^1.6.3添加到依赖项并更改依赖项中的intl:0.16.1解决了它

最后

dependency_overrides: intl: 0.17.0-nullsafety.2

这篇关于因为xml&gt;=4.4.0依赖postparser^3.1.0,而xml&gt;=3.4.0依赖postparser^3.0.0,所以xml&gt;=3.7.0需要postparser^3.0.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 12:40