responsive_framework 1.4.0 copy "responsive_framework: ^1.4.0" to clipboard
responsive_framework: ^1.4.0 copied to clipboard

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_framework

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

dependencies:
  responsive_framework: ^1.4.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:responsive_framework/responsive_framework.dart';
2813
likes
140
pub points
99%
popularity

Publisher

verified publishercodelessly.com

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on responsive_framework