-
Notifications
You must be signed in to change notification settings - Fork 236
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
[INSTALL BUG]Failed to precompile fvm #242
Labels
Comments
Closed
I have similar issue
|
I can't use FVM with latest flutter beta as well. The problem is that FVM depends on |
I had same issue with latest flutter on $ flutter --version
Flutter 2.0.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 4d7946a68d (32 hours ago) • 2021-03-18 17:24:33 -0700
Engine • revision 3459eb2436
Tools • Dart 2.12.2
$ fvm version
1.3.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I want to install the "FVM" by "dart pub global activate fvm". I found the bug:
`.pub-cache/hosted/pub.flutter-io.cn/dart_console-0.6.2/lib/src/ffi/win/termlib-win.dart:28:25: Error: The getter 'addressOf' isn't defined for the class 'CONSOLE_SCREEN_BUFFER_INFO'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
ffi.free(bufferInfo.addressOf);`
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: