Things to do when I start using Flutter apps
1) Removed the debug banner in the main.dart
The screenshot above is the code I added in my code at the main.dart file.
2) Make the System top bar transparent
Before change
@override
Widget build(BuildContext context) {
return MaterialApp(...
womenwholovecode.hashnode.dev1 min read