Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter pub get #1

Open
kimyongyeon opened this issue Aug 12, 2021 · 1 comment
Open

flutter pub get #1

kimyongyeon opened this issue Aug 12, 2021 · 1 comment

Comments

@kimyongyeon
Copy link

책을 사서 잘 따라 하고 있는데... flutter_svg 패키지를 못받아 오고 있습니다. 혹시 되던가요?
전 flutter 2.0으로 올린 상태 입니다.

에러메세지
The current Dart SDK version is 2.10.4.
Because flutter_login requires SDK version >=2.12.0 <3.0.0, version solving failed.
pub get failed (1; Because flutter_login requires SDK version >=2.12.0 <3.0.0, version solving failed.)
Process finished with exit code 1

소스추가한 부분:
dependencies:
flutter:
sdk: flutter
flutter_svg: ^0.21.0-nullsafety.0

해당 내용 수정 및 어떻게 진행해야 되는지 알려주셨으면 합니다.
버전을 낮춰야 하는지요?

@codingspecialist
Copy link
Collaborator

dart 2.12버전으로 업그레이드 하세요.
pubspec.yaml 에서 설정하시면 되요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants