parallaxj 0.0.3 copy "parallaxj: ^0.0.3" to clipboard
parallaxj: ^0.0.3 copied to clipboard

A new Flutter project.

publish lib web

what is it #

online

https://user-images.githubusercontent.com/9412501/159013153-79af72be-30e9-4d92-b34e-7af11c772812.mp4

how to use #

pub

Parallaxable(
    offsetRadio: 1.0 / 10,
    under: _underBackground(),
    above: _aboveBackground(),
)

customization #

const Parallaxable({
    Key? key,
    required this.above,
    required this.under,
    this.angle = math.pi / 9,
    this.rotateDiff = 1.1,
    this.offsetRadio = 1.0 / 6,
    this.offsetDepth = 2,
})
2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on parallaxj