responsive_screen_utils 0.0.2 copy "responsive_screen_utils: ^0.0.2" to clipboard
responsive_screen_utils: ^0.0.2 copied to clipboard

A flutter plugin for adapting screen, dynamic width and height and font size.Let your UI display a reasonable layout on different screen sizes!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_screen_utils

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

dependencies:
  responsive_screen_utils: ^0.0.2

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:responsive_screen_utils/responsive_screen_utils.dart';
4
likes
130
pub points
75%
popularity

Publisher

verified publisherinfoskillstechnology.org

A flutter plugin for adapting screen, dynamic width and height and font size.Let your UI display a reasonable layout on different screen sizes!

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on responsive_screen_utils