79179853

Date: 2024-11-12 05:10:08
Score: 0.5
Natty:
Report link

The problem is this line --> return PopScope(canPop: false, This will not allow the android back button to navigate back. You need to either remove this or set it to true. Now if you want to use as false on say IOS and not on android you can simply check it with Platform.isAndroid ? true : false which is in your import 'dart:io' .

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Harsh Mohan Sason