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

he current Dart SDK version is 2.9.2. | Because nakama requires SDK version >=2.12.0 <3.0.0, version solving failed. #10

Closed
Allan-Nava opened this issue Jun 4, 2021 · 4 comments

Comments

@Allan-Nava
Copy link

I try to do flutter packages get

Screenshot 2021-06-04 at 08 32 06

@obrunsmann
Copy link
Contributor

@Allan-Nava Can you please share your full pubspec and the output of flutter doctor?

@Allan-Nava
Copy link
Author

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.20.4, on macOS 11.2.2 20D80, locale en-IT)

[!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 12.4)
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.56.2)
[!] Connected device
! No devices available

@obrunsmann
Copy link
Contributor

Seems you need to run flutter upgrade to get the latest stable version. Flutter 2.x is already stable and you're using 1.20.4 which is from Nov/2020.

This package only supports Flutter ≥2.x

@Allan-Nava
Copy link
Author

Seems you need to run flutter upgrade to get the latest stable version. Flutter 2.x is already stable and you're using 1.20.4 which is from Nov/2020.

This package only supports Flutter ≥2.x

Ok, thanks . Asap I try

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