flutter_image_carousel_slider 0.0.14 flutter_image_carousel_slider: ^0.0.14 copied to clipboard
Flutter image carousel slider for smooth slide.A carousel slider in Flutter is a UI widget used to display a series of items horizontally in a scrolling manner.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_image_carousel_slider
With Flutter:
$ flutter pub add flutter_image_carousel_slider
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
flutter_image_carousel_slider: ^0.0.14
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_image_carousel_slider/flutter_image_slider.dart';
import 'package:flutter_image_carousel_slider/image_carousel_slider.dart';
import 'package:flutter_image_carousel_slider/list_image_view.dart';