parallax

Last updated:

0 purchases

parallax Image
parallax Images
Add to Cart

Description:

parallax

Parallax #
A parallax package for touch-based devices, providing a visually appealing user experience.

Getting started #
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
...
parallax: <latest_version>
copied to clipboard
Add the following import:
import 'package:parallax/parallax.dart';
copied to clipboard
Provide a required List<String> of images and change the remaining optional parameters to your liking. For example:
final List<String> listOfImages = [
'images/image1.jpg',
'images/image2.jpg'
];

Parallax(
parallaxImages: listOfImages,
skewAlpha: 3.0,
skewBeta: 7.0,
height: 300.0,
width: 500.0,
paddingHorizontal: 10.0,
viewportFraction: 0.8,
circularBorder: true,
);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.