Back to Writing
NOTESfluttermediaqueryresponsivelayoutdart
Flutter - MediaQuery
May 21, 2020•Updated Feb 17, 2026

You can get the screen size through:
MediaQuery.of(context).size;

You can get the screen size through:
MediaQuery.of(context).size;