bento_layout 0.1.0 copy "bento_layout: ^0.1.0" to clipboard
bento_layout: ^0.1.0 copied to clipboard

A Flutter package for building bento-style grid layouts using the skyline bin-packing algorithm. Tiles of varying sizes are packed without overlap or unnecessary gaps. Width fills the parent; height i [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bento_layout

With Flutter:

 $ flutter pub add bento_layout

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

dependencies:
  bento_layout: ^0.1.0

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:bento_layout/bento_layout.dart';
1
likes
0
points
190
downloads

Publisher

verified publisherbuiltbysid.dev

Weekly Downloads

A Flutter package for building bento-style grid layouts using the skyline bin-packing algorithm. Tiles of varying sizes are packed without overlap or unnecessary gaps. Width fills the parent; height is stable across screen sizes.

Repository (GitHub)
View/report issues

Topics

#layout #grid #ui #bento

License

unknown (license)

Dependencies

flutter

More

Packages that depend on bento_layout