Flutter : Android Studio #2 remove the flutter debug banner

To remove the flutter debug banner, there are several possibilities :

MaterialApp(
  debugShowCheckedModeBanner: false,
)

(Visited 224 times, 1 visits today)
Spread the love
Published
Categorized as Flutter

Leave a comment