79147/how-to-remove-debug-banner-from-flutter-app
Hi Guys,
I am new in Flutter Framework. Whenever I create one app, it shows a debug banner on the right side.
How can I remove this?
Hi@akhtar,
On your MaterialApp set debugShowCheckedModeBanner to false. The debug banner will also automatically be removed on a release build.
MaterialApp( debugShowCheckedModeBanner: false )
I hope this will help.
Hi@akhtar, You can use Image.network() method to add ...READ MORE
Hi@akhtar, To add a drawer to the app, ...READ MORE
Hi@akhtar, A card is a sheet of material used to ...READ MORE
Hi@akhtar, A list tile contains one to three ...READ MORE
You have to Add flutter sdk path ...READ MORE
Hi@akhtar, It is the project's configuration file that ...READ MORE
Hi@akhtar, You need to run this command from ...READ MORE
Hi@akhtar, You need to create one variable and ...READ MORE
Hi@akhtar, Before launching emulators you should check if ...READ MORE
Hi@akhtar, You can use Icon Widget to create ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.