layoutr 1.0.0 copy "layoutr: ^1.0.0" to clipboard
layoutr: ^1.0.0 copied to clipboard

Succinct utilities to help doing responsive layouts with less verbosity

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add layoutr

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

dependencies:
  layoutr: ^1.0.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:layoutr/layoutr.dart';
8
likes
130
pub points
65%
popularity

Publisher

unverified uploader

Succinct utilities to help doing responsive layouts with less verbosity

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter, meta

More

Packages that depend on layoutr