responsive 0.3.11+11 copy "responsive: ^0.3.11+11" to clipboard
responsive: ^0.3.11+11 copied to clipboard

Provide a easy way to make responsive UI for Flutter Applications in mobile, desktop and web, allow different widget size for each screen size and device orientation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive

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

dependencies:
  responsive: ^0.3.11+11

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/responsive.dart';
63
likes
120
pub points
83%
popularity

Publisher

unverified uploader

Provide a easy way to make responsive UI for Flutter Applications in mobile, desktop and web, allow different widget size for each screen size and device orientation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on responsive