Skip to main content
Version: 5.3.0

Screen Utils

When use:

  • If you want to check if the current device is a tablet or smartphone.
  • Check the device orientation.
  • Get the app Theme.
  • Get Text Theme.
  • MediaQuery options.
import 'package:flutter_meedu/screen_utils.dart';

Now you can use the BuildContext's extensions.

context.width;
context.height;
context.orientation;
context.isTablet;
context.isLandscape;
.
.
.
AND MORE.
Last updated on by Darwin