We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before creating a bug report please make check the following
pub cache repair
administrator
developer
fvm doctor
Describe the bug Installation fails on Flutter 3.24.0, with Windows & choco. Downgrading to Flutter 3.22.3 and was successful in installing it.
To Reproduce
https://docs.flutter.dev/get-started/install/windows/desktop https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.24.0-stable.zip
PS C:\> Expand-Archive ` –Path $env:USERPROFILE\Downloads\flutter_windows_3.24.0-stable.zip ` -Destination $env:USERPROFILE\dev\
%USERPROFILE%\dev\flutter
choco install fvm
The following error should happen
... AppData/Local/Pub/Cache/hosted/pub.dev/win32-5.3.0/lib/src/guid.dart:32:9: Error: Type 'UnmodifiableUint8ListView' not found. final UnmodifiableUint8ListView bytes; ... Error: AOT compilation failed Bad state: Generating AOT kernel dill failed!
Expected behavior Successful installation of fvm
Logs Error during fvm installation
Desktop (please complete the following information):
Additional context
Downgrading to Flutter 3.22.3 and was successful in installing it.
Could the following issues be related? dart-lang/sdk#45115 jonataslaw/get_cli#263
https://github.com/leoafarias/fvm/blob/main/pubspec.lock#L828-L835
The text was updated successfully, but these errors were encountered:
look like
Sorry, something went wrong.
@ymmtyuhei
Do you know how to fix it?
Additional context Downgrading to Flutter 3.22.3 and was successful in installing it.
Thank you. I can install it now.
No branches or pull requests
Before creating a bug report please make check the following
pub cache repair
. Close the terminal and try again.administrator
or withdeveloper
permissions.fvm doctor
if possible and add the output to the issue.Describe the bug
Installation fails on Flutter 3.24.0, with Windows & choco.
Downgrading to Flutter 3.22.3 and was successful in installing it.
To Reproduce
https://docs.flutter.dev/get-started/install/windows/desktop
https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.24.0-stable.zip
The following error should happen
Expected behavior
Successful installation of fvm
Logs
Error during fvm installation
Desktop (please complete the following information):
Additional context
Downgrading to Flutter 3.22.3 and was successful in installing it.
Could the following issues be related?
dart-lang/sdk#45115
jonataslaw/get_cli#263
https://github.com/leoafarias/fvm/blob/main/pubspec.lock#L828-L835
The text was updated successfully, but these errors were encountered: