Using 3.7.12, the dart version is reported as newer than it should be #74
Unanswered
johnwiese-ms
asked this question in
Q&A
Replies: 1 comment 1 reply
-
the either run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Flutter 3.7.12 right now and about to being migration to Null Safety but following the docs I am stuck. docs: https://dart.dev/null-safety/migration-guide
Puro is reporting that I am in fact on 3.7.12:
But when I check the dart version it tells me this:
johnwiese@Johns-MacBook-Pro volleyball_parent % dart --version
Dart SDK version: 3.3.2 (stable) (Tue Mar 19 20:44:48 2024 +0000) on "macos_arm64"
but it should be telling me 2.19.6 unless I'm missing something. How do I revert the dart version to use the migration tools??
Beta Was this translation helpful? Give feedback.
All reactions