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

A simple layout where you can specify the number of columns and then rows in each cols. See also [RowLayout](https://pub.dev/packages/row_layout)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add column_layout

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

dependencies:
  column_layout: ^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:column_layout/column_layout.dart';
4
likes
150
pub points
54%
popularity

Publisher

verified publisherboodskap.io

A simple layout where you can specify the number of columns and then rows in each cols. See also [RowLayout](https://pub.dev/packages/row_layout)

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Unlicense (LICENSE)

Dependencies

flutter

More

Packages that depend on column_layout