column_layout 1.0.0 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';