# flutter back button {{tag>flutter back button disable}} ## disable - https://www.fluttercampus.com/guide/327/disable-back-button-flutter/ WillPopScope( onWillPop: () async{ return false; }, child:Scaffold() )