Build failed on linux
mengzyou opened this issue · 2 comments
mengzyou commented
Version: v1.2.8
Flutter version: 3.10.5
OS: openSUSE Leap 15.5
❯ flutter build linux --release
ERROR: ../../../../.pub-cache/hosted/pub.dev/package_info_plus_windows-1.0.5/lib/src/file_version_info.dart:13:17: Error: Field 'wLanguage' cannot be nullable or have type 'Null', it must be `int`, `double`, `Pointer`, or a subtype of `Struct` or `Union`.
ERROR: external int? wLanguage;
ERROR: ^
ERROR: ../../../../.pub-cache/hosted/pub.dev/package_info_plus_windows-1.0.5/lib/src/file_version_info.dart:16:17: Error: Field 'wCodePage' cannot be nullable or have type 'Null', it must be `int`, `double`, `Pointer`, or a subtype of `Struct` or `Union`.
ERROR: external int? wCodePage;
ERROR: ^
ERROR: Target kernel_snapshot failed: Exception
Building Linux application...
Build process failed
iEscapedVim commented
Version: v1.2.8 Flutter version: 3.10.5 OS: openSUSE Leap 15.5
❯ flutter build linux --release ERROR: ../../../../.pub-cache/hosted/pub.dev/package_info_plus_windows-1.0.5/lib/src/file_version_info.dart:13:17: Error: Field 'wLanguage' cannot be nullable or have type 'Null', it must be `int`, `double`, `Pointer`, or a subtype of `Struct` or `Union`. ERROR: external int? wLanguage; ERROR: ^ ERROR: ../../../../.pub-cache/hosted/pub.dev/package_info_plus_windows-1.0.5/lib/src/file_version_info.dart:16:17: Error: Field 'wCodePage' cannot be nullable or have type 'Null', it must be `int`, `double`, `Pointer`, or a subtype of `Struct` or `Union`. ERROR: external int? wCodePage; ERROR: ^ ERROR: Target kernel_snapshot failed: Exception Building Linux application... Build process failed
Here see this #108
flexiondotorg commented