flex_box 1.0.1 copy "flex_box: ^1.0.1" to clipboard
flex_box: ^1.0.1 copied to clipboard

A Flutter package providing a flexible box layout widget that simplifies creating responsive UIs with optional width, height, color, and child parameters.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flex_box

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

dependencies:
  flex_box: ^1.0.1

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:flex_box/flex_box.dart';
1
likes
140
pub points
34%
popularity

Publisher

unverified uploader

A Flutter package providing a flexible box layout widget that simplifies creating responsive UIs with optional width, height, color, and child parameters.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flex_box