slideparallax 0.0.2 copy "slideparallax: ^0.0.2" to clipboard
slideparallax: ^0.0.2 copied to clipboard

horizontal slide with parallax effect

slideparallax enter image description here enter image description here enter image description here enter image description here enter image description here

slideparallax #

Scrollview parallax inspired by the Tokopedia & Bukalapak application.

Usage #

SlideParallax(
    header: Image.network(
        'https://images.tokopedia.net/img/cache/240/PYbRbC/2021/8/6/d1c4b788-27f3-463d-b40c-d2b1a6c845df.png.webp?ect=4g',
        height: 300,
    ),
    height: 300,
    width: MediaQuery.of(context).size.width,
    // headerSpacing: 150,
    itemCount: 10,
    itemBuilder: (BuildContext context, int index) {
        return Padding(
                padding: const EdgeInsets.all(1),
                child: Container(
                width: 150,
                color: Colors.red,
            ),
        );
    },
    footer: ElevatedButton(
        onPressed: () {
                print('object');
            },
        child: Text('Lainnya')
    ),
),

Demo #

slideparallax

Support Me 🙏 #

buymeacoffee.com/saddamnur

Bisa pake Gopay, Dana, Link Aja, OVO, dan QRIS loh gaes....

klik gambar dibawah ya

enter image description here

9
likes
130
points
36
downloads

Publisher

verified publishersaddamnur.xyz

Weekly Downloads

horizontal slide with parallax effect

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on slideparallax