when settings the orientation to portrait
SystemChrome.setPreferredOrientations([
DeviceOrientation.portraitDown,
DeviceOrientation.portraitUp,
]);
and rotating, the app remains portrait but the status bar disappears ...
[✓] Flutter (Channel unknown, v0.9.4, on Mac OS X 10.13.6 17G65, locale en-IL)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
[✓] Android Studio (version 3.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2018.2.2)
[✓] VS Code (version 1.27.2)
[✓] Connected devices (1 available)
when settings the orientation to portrait
and rotating, the app remains portrait but the status bar disappears ...