79317346

Date: 2024-12-30 10:40:33
Score: 1.5
Natty:
Report link

You can identify whether gesture navigation is enabled on Android or not using this method:

static bool isAndroidGestureNavigationEnabled(BuildContext context) {
  return MediaQuery.of(context).systemGestureInsets.bottom > 0.0;
}

"Navigation mode" page in Android settings

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hitesh