Skip to content

Instantly share code, notes, and snippets.

@tareq3
Created March 29, 2020 04:47
Show Gist options
  • Save tareq3/64d076e23093ef4aee8b5b5b3c0e0f09 to your computer and use it in GitHub Desktop.
Save tareq3/64d076e23093ef4aee8b5b5b3c0e0f09 to your computer and use it in GitHub Desktop.

Mediaquery in flutter

Mediaquery.of(context).size. :This provider device screen size

Mediaquery.of(context).padding.:This provider device notch and navigation key size

Mediaquery.of(context).viewInsets.:This provider the size of anything that overlap display like SoftKeyboard size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment