simple_parallax 0.1.1 simple_parallax: ^0.1.1 copied to clipboard
This parallax Flutter plugin that adds elegant parallax effects to your widgets using two different modes: a container mode and a widget mode. This plugin helps create dynamic and visually appealing u [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_parallax
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simple_parallax: ^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:simple_parallax/simple_parallax.dart';