79495343

Date: 2025-03-09 03:12:13
Score: 1
Natty:
Report link

Update for 2025:

Widget build(BuildContext context) {
    return PopScope(
      canPop: false, // this prevent the pop
      child: Scaffold(
        appBar: AppBar(
          title: Text("My App"),
        ),
       ),
    );
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Emerson Paduan