ZEGOCLOUD / zego_uikit_prebuilt_call_flutter

MIT License
16 stars 13 forks source link

Warning for flutter 3.0.0 #1

Closed hihiteam-build closed 1 year ago

hihiteam-build commented 1 year ago

: Warning: Operand of null-aware operation '??' has type 'int' which excludes null. ZIMCommonData.mediaUploadingProgressMap[progressID ?? 0];

Screen Shot 2022-11-09 at 14 49 33
yoer commented 1 year ago

these warning is disappear after zego_zim 2.5.0

yoer commented 1 year ago

but for WidgetsBinding.instance?.addPostFrameCallback, this warning will always exist until we decide to not support flutter 2.+ version anymore