我正尝试在pubspec.yaml中添加以下内容
dependencies:
flutter_date_picker: "^0.1.8"但是我不能更新包。在编辑pubspec.yaml文件后,我只在Flutter中得到一个错误。
发布于 2018-12-07 18:43:54
dependencies:
flutter:
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
intl: ^0.15.7 -->**Add Your dependencies like this at pubspec.yaml**https://stackoverflow.com/questions/53629970
复制相似问题