row_layout 1.0.2 copy "row_layout: ^1.0.2" to clipboard
row_layout: ^1.0.2 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add row_layout

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

dependencies:
  row_layout: ^1.0.2

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:row_layout/row_layout.dart';
5
likes
160
points
34
downloads

Publisher

verified publisherboodskap.io

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

API reference

License

Unlicense (license)

Dependencies

flutter

More

Packages that depend on row_layout