fading_images_slider 0.0.4 copy "fading_images_slider: ^0.0.4" to clipboard
fading_images_slider: ^0.0.4 copied to clipboard

An images slider widget. Supports infinite scroll. It's easy to use and edit.

###FADING IMAGES SLIDER

It's easy to use. You can look the example.

Demo Images Slider

import 'package:fading_images_slider/fading_images_slider.dart';


Container(
    height: 500,
    child: FadingImagesSlider(
      textAlignment: Alignment.center,
      texts: [
        Text(
          'test',
          style: kTextStyle,
        ),
        Text(
          'test2',
          style: kTextStyle,
        )
      ],
      images: [
        Image.asset('images/image1.jpg'),
        Image.asset('images/image2.jpg')
      ],
    ),
  ),

Types Properties
List<Widget> images
List<Widget> texts
IconData icon
double iconSize
Color activeIconColor
Color passiveIconColor
bool autoFade
Duration animationDuration
Duration fadeInterval
Alignment textAlignment
8
likes
110
pub points
52%
popularity

Publisher

unverified uploader

An images slider widget. Supports infinite scroll. It's easy to use and edit.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on fading_images_slider