You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Flutter 3.10, new media query methods are introduced.
Such as MediaQuery.sizeOf and MediaQuery.devicePixelRatioOf, using these methods instead of accessing MediaQuery.of(context) directly could potentially improve performance.
The text was updated successfully, but these errors were encountered:
In Flutter 3.10, new media query methods are introduced.
Such as
MediaQuery.sizeOf
andMediaQuery.devicePixelRatioOf
, using these methods instead of accessingMediaQuery.of(context)
directly could potentially improve performance.The text was updated successfully, but these errors were encountered: