simple images slider widget
a flutter library to show ima.ges in a sliding widget, the library also provides out of the box the ability to
automatically cache the ima.ges used in the slider.
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 im.agesliderwidget object that takes an array of images to slide
ima.gesliderwidget(
imageurls: _imageurls,
imageborderradius: borderradius.circular(8.0),
),
Comments are closed.