simple_parallax 0.1.1 copy "simple_parallax: ^0.1.1" to clipboard
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';
3
likes
150
points
32
downloads

Publisher

verified publishercomapps.be

Weekly Downloads

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 user interfaces with scrolling effects.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, provider, web

More

Packages that depend on simple_parallax