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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
8
likes
150
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

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