Closed ymmtyuhei closed 3 months ago
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? https://github.com/dart-lang/sdk/issues/45115 https://github.com/jonataslaw/get_cli/issues/263
https://github.com/leoafarias/fvm/blob/main/pubspec.lock#L828-L835
look like
@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.
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? https://github.com/dart-lang/sdk/issues/45115 https://github.com/jonataslaw/get_cli/issues/263
https://github.com/leoafarias/fvm/blob/main/pubspec.lock#L828-L835