You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes during animation the macOS modal sheet appears black:
modal-dialog.mov
Reason why this happens is that during the animation, NSMoveHelper (a private AppKit class) runs the run loop in a special mode (_NSMoveTimerRunLoopMode) which means that Flutter messages are no processed and thus the first frame is only rendered after the animation finishes.
Sometimes during animation the macOS modal sheet appears black:
modal-dialog.mov
Reason why this happens is that during the animation,
NSMoveHelper(a private AppKit class) runs the run loop in a special mode (_NSMoveTimerRunLoopMode) which means that Flutter messages are no processed and thus the first frame is only rendered after the animation finishes.