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

discontinued

A new slider carousel widget with custom scaling and item spacing.

Slider Carousel #

A new slider carousel widget with custom scaling and item spacing

Example #

SliderCarousel(
  itemCount: 5,
  itemBuilder: (context, idx) {
    return Container(
      decoration: BoxDecoration(
        shape: BoxShape.circle,
        color: Colors.blue,
      ),
    );
  },
  offsetCenter: 0.75,
  scaleCenter: 1.25,
  itemWidth: 150,
  itemHeight: 150,
);

0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A new slider carousel widget with custom scaling and item spacing.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, transformer_page_view

More

Packages that depend on flutter_slidercarousel