overscroll_pop 0.1.1 copy "overscroll_pop: ^0.1.1" to clipboard
overscroll_pop: ^0.1.1 copied to clipboard

A Flutter widget for Scrollview, pop when overscroll like Pinterest and Instagram app on iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add overscroll_pop

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

dependencies:
  overscroll_pop: ^0.1.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:overscroll_pop/overscroll_pop.dart';
111
likes
130
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget for Scrollview, pop when overscroll like Pinterest and Instagram app on iOS

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on overscroll_pop