How To Hide Status Bar Phone Flutter

[Solved] How To Hide Status Bar Phone Flutter | Swift - Code Explorer | yomemimo.com
Question : how to hide status bar phone flutter

Answered by : stefano-0n6toe8thxhm

// from this library --> import 'package:flutter/services.dart';
use this --> SystemChrome.setEnabledSystemUIOverlays([]) 

Source : https://stackoverflow.com/questions/43877288/how-to-hide-android-statusbar-in-flutter | Last Update : Sat, 25 Dec 21

Answers related to how to hide status bar phone flutter

Code Explorer Popular Question For Swift