79178321

Date: 2024-11-11 16:03:40
Score: 1.5
Natty:
Report link

info.model is not null in Nov, 2024:

Future<bool> isIpad() async {
DeviceInfoPlugin deviceInfo = DeviceInfoPlugin();
IosDeviceInfo info = await deviceInfo.iosInfo;
if (info.model.toLowerCase().contains("ipad")) {
  return true;
}
return false;

}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Randald