responsive_adaptive_ui 0.0.2 copy "responsive_adaptive_ui: ^0.0.2" to clipboard
responsive_adaptive_ui: ^0.0.2 copied to clipboard

A Flutter package for responsive and adaptive UIs (percent sizes, breakpoints, adaptive widgets).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add responsive_adaptive_ui

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

dependencies:
  responsive_adaptive_ui: ^0.0.2

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_adaptive_ui/responsive_adaptive_ui.dart';
4
likes
160
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for responsive and adaptive UIs (percent sizes, breakpoints, adaptive widgets).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on responsive_adaptive_ui