Flutter - Remove Debug Icon

PHOTO EMBED

Sun Jan 23 2022 10:05:33 GMT+0000 (Coordinated Universal Time)

Saved by @abir_hasnat95 #dart #flutter

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: Scaffold(
        body: Text_input(),
      ),
    );
content_copyCOPY

input this code inside the MaterialApp **debugShowCheckedModeBanner: false,**