mediaquery_sizer 1.1.1 copy "mediaquery_sizer: ^1.1.1" to clipboard
mediaquery_sizer: ^1.1.1 copied to clipboard

It helps you to use the screen sizes through mediaquery, without having to make instances to shorten its size or use it completely.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mediaquery_sizer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  mediaquery_sizer: ^1.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mediaquery_sizer/mediaquery_sizer.dart';
8
likes
160
points
714
downloads

Publisher

verified publishertitoworld.dev

Weekly Downloads

It helps you to use the screen sizes through mediaquery, without having to make instances to shorten its size or use it completely.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mediaquery_sizer