layout 1.0.5 copy "layout: ^1.0.5" to clipboard
layout: ^1.0.5 copied to clipboard

Layout encourage consistency across platforms, environments, and screen sizes by using uniform elements and spacing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add layout

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

dependencies:
  layout: ^1.0.5

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:layout/layout.dart';
347
likes
150
points
5.43k
downloads

Publisher

verified publisherjaimeblasco.com

Weekly Downloads

Layout encourage consistency across platforms, environments, and screen sizes by using uniform elements and spacing.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, gap

More

Packages that depend on layout