dynamic_responsive_screen 1.0.0 copy "dynamic_responsive_screen: ^1.0.0" to clipboard
dynamic_responsive_screen: ^1.0.0 copied to clipboard

An automatic responsive scaling library for Flutter. It offers different scaling strategies for containers and text elements.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_responsive_screen

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

dependencies:
  dynamic_responsive_screen: ^1.0.0

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:dynamic_responsive_screen/dynamic_responsive_screen.dart';
1
likes
160
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An automatic responsive scaling library for Flutter. It offers different scaling strategies for containers and text elements.

Repository (GitHub)
View/report issues

Topics

#responsive #ui #layout #flutter #design

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dynamic_responsive_screen