the_containers 0.0.2 copy "the_containers: ^0.0.2" to clipboard
the_containers: ^0.0.2 copied to clipboard

A set of containers that simplify your layout: drop-in replacements for Row, Column, Container, and AnimatedContainer with customizable spacing between children.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add the_containers

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

dependencies:
  the_containers: ^0.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:the_containers/the_containers.dart';
0
likes
160
pub points
15%
popularity

Publisher

verified publisherthenes.xyz

A set of containers that simplify your layout: drop-in replacements for Row, Column, Container, and AnimatedContainer with customizable spacing between children.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on the_containers