5.4.0
-
Fix constant values
ERROR_SERVICE_NOT_ACTIVE,KF_FLAG_ALIAS_ONLY,QS_INPUT,STD_INPUT_HANDLE,STD_OUTPUT_HANDLE,STD_ERROR_HANDLE,UIA_ItemTypePropertyId, andUIA_OrientationPropertyId(#832) -
Introduce Win32 enumerations as extension types based on
int(#832) -
Deprecate constants for the Win32 enumerations in favor of the newly introduced extension types. For example, replace the usage of
ERROR_SUCCESSwithWIN32_ERROR.ERROR_SUCCESS(#832) -
Deprecate constant values
WBEM_TIMEOUT_TYPE.WBEM_NO_WAITandWBEM_TIMEOUT_TYPE.WBEM_INFINITEin favor of the newly introduced constantsWBEM_NO_WAITandWBEM_INFINITE(#833)You can automatically migrate your code to use the new constants by running
dart fix --applyin your terminal.