【发布时间】:2021-05-10 11:52:41
【问题描述】:
在 flutter_application 中运行“flutter pub get”...
因为 google_map_location_picker >=3.3.1 =0.16.0 =3.3.1
【问题讨论】:
标签: android flutter dictionary localization yaml
在 flutter_application 中运行“flutter pub get”...
因为 google_map_location_picker >=3.3.1 =0.16.0 =3.3.1
【问题讨论】:
标签: android flutter dictionary localization yaml
您可以在 pubspec.yaml
中使用 dependency_overrides 覆盖依赖项例子
dependency_overrides:
intl: ^0.16.0
dependencies:
flutter:
sdk: flutter
//your other dependance
【讨论】: