in ,

An amazing Flutter widget for images sliding

Simple Image Slider Widget

The easiest way to create simple image slider widgets with Flutter. 

A creative way to build image sliders with Flutter. With the Simple Image Slider Widget, you can easily add image sliders. A flutter library to show images in a sliding widget. Furthermore, it also offers out-of-the-box the ability to automatically cache the images used in the slider.

For now, to know how to add and how to use, follow the detailed steps below

image

How to add

Add this to your package’s pubspec.yaml file:

dependencies:
  simple_slider: "^0.0.1"


Add it to your dart file:

import 'package:simple_slider/simple_slider.dart';

How to use

The Simple slider widget is created with a simple ImageSliderWidget object that takes an array of images to slide

ImageSliderWidget(
            imageUrls: _imageUrls,
            imageBorderRadius: BorderRadius.circular(8.0),
          ),

GitHub

https://github.com/eddywm/simple_slider

Written by James

A Reflectly inspired slideshow create using Flutter

A flutter project allows you to make your choices with great animation in your inbox