two_way_scrollable 2.1.0 copy "two_way_scrollable: ^2.1.0" to clipboard
two_way_scrollable: ^2.1.0 copied to clipboard

outdated

A set of two-way growable widgets for Flutter that properly fill the viewport even if there is not enough content.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add two_way_scrollable

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

dependencies:
  two_way_scrollable: ^2.1.0

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:two_way_scrollable/two_way_scrollable.dart';
8
likes
0
points
44
downloads

Publisher

verified publishersonerik.dev

Weekly Downloads

A set of two-way growable widgets for Flutter that properly fill the viewport even if there is not enough content.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, meta

More

Packages that depend on two_way_scrollable