Flutter 1.17.1, iPhone XS Max (physical device).
When I fire up a FlushBar with .show(), the top navigation bar gets hidden during the fade in of the FlushBar, and shows up again only when the FlushBar starts to FadeOut.
This is how I fire up the FlushBar:
Flushbar(
message: 'message',
duration: const Duration(seconds: 3),
leftBarIndicatorColor: AppTheme.colorRed, // Custom color.
flushbarPosition: position,
)..show(context);
GIF below demonstrating the error:
