-1

Why I am not be able to remove the debug logo banner from my flutter app?? please help me to fix this problem.In android stdio the option is there to remove that banner but in android stdio flamingo this option is not showing why?? In android stduio flutter inspector is not showing any options to remove the debug logo banner.

0

1 Answer 1

3

Simply adding

 debugShowCheckedModeBanner: false, 

to your MaterialApp widget is enough.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.