screenresize 0.0.7 copy "screenresize: ^0.0.7" to clipboard
screenresize: ^0.0.7 copied to clipboard

You can resize your screen by this package. It will help you to make the app's size based on design page size.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screenresize

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

dependencies:
  screenresize: ^0.0.7

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:screenresize/screenresize.dart';
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

You can resize your screen by this package. It will help you to make the app's size based on design page size.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on screenresize