full_responsive 0.0.1 copy "full_responsive: ^0.0.1" to clipboard
full_responsive: ^0.0.1 copied to clipboard

The ultimate solution for running your Flutter App in every screen size/resolution/ratio through the easiest/leanest design-development workflow possible.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add full_responsive

With Flutter:

 $ flutter pub add full_responsive

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

dependencies:
  full_responsive: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:full_responsive/full_responsive.dart';
1
likes
150
pub points
0%
popularity

Publisher

unverified uploader

The ultimate solution for running your Flutter App in every screen size/resolution/ratio through the easiest/leanest design-development workflow possible.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on full_responsive