overflow_view 0.3.1 copy "overflow_view: ^0.3.1" to clipboard
overflow_view: ^0.3.1 copied to clipboard

A widget displaying children in a line with an overflow indicator at the end if there is not enough space.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add overflow_view

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

dependencies:
  overflow_view: ^0.3.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:overflow_view/overflow_view.dart';
194
likes
130
pub points
92%
popularity

Publisher

verified publisherromainrastel.com

A widget displaying children in a line with an overflow indicator at the end if there is not enough space.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, value_layout_builder

More

Packages that depend on overflow_view