Closed
Description
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'.
- 'CONSOLE_SCREEN_BUFFER_INFO' is from 'package:win32/src/structs.dart' ('.pub-cache/hosted/pub.flutter-io.cn/win32-1.7.4+1/lib/src/structs.dart').
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):
- OS: [Mac OS]
- FVM Version [1.3.7]
- Dart Version [ 2.13.0-125.0.dev (dev)]