79415934

Date: 2025-02-05 19:17:16
Score: 0.5
Natty:
Report link

dart:ui package has two properties that can handle what you need.

import 'dart:ui';
PlatformDispatcher.instance.views.first.physicalSize.height
PlatformDispatcher.instance.views.first.physicalSize.width

good luck!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mahdi Valipoor