responsive_design 0.2.6 copy "responsive_design: ^0.2.6" to clipboard
responsive_design: ^0.2.6 copied to clipboard

Create responsive applications using different widgets that adapt to different screen densities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_design

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

dependencies:
  responsive_design: ^0.2.6

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_design/responsive_design.dart';
4
likes
135
pub points
51%
popularity

Publisher

verified publisheralexastudillo.com

Create responsive applications using different widgets that adapt to different screen densities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause-Views (LICENSE)

Dependencies

flutter

More

Packages that depend on responsive_design