How to remove the Flutter debug banner? code example Example: remove debug banner flutter MaterialApp( debugShowCheckedModeBanner: false, )