Update for 2025:
Widget build(BuildContext context) { return PopScope( canPop: false, // this prevent the pop child: Scaffold( appBar: AppBar( title: Text("My App"), ), ), ); }