Welcome , I have a problem in my android **flutter ** app I have this title bar ( label bar ) how can I hide it ?
My AndroidMainfest
<application
android:label="App Title"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:requestLegacyExternalStorage="true">