pageview_parallax 1.0.0-alpha.2 pageview_parallax: ^1.0.0-alpha.2 copied to clipboard
A simple library for easily creating a parallax effect. Works with web and mobile.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pageview_parallax
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
pageview_parallax: ^1.0.0-alpha.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:pageview_parallax/pageview_parallax.dart';