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

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.2.2

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
160
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)

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, meta

More

Packages that depend on two_way_scrollable