flex_box 1.0.0-dev copy "flex_box: ^1.0.0-dev" to clipboard
flex_box: ^1.0.0-dev copied to clipboard

Simplify sizing and spacing in Flutter with FlexBox.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flex_box

With Flutter:

 $ flutter pub add flex_box

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

dependencies:
  flex_box: ^1.0.0-dev

Alternatively, your editor might support dart pub get or 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
0
pub points
34%
popularity

Publisher

unverified uploader

Simplify sizing and spacing in Flutter with FlexBox.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flex_box