flutter_image_carousel_slider 2.0.0 copy "flutter_image_carousel_slider: ^2.0.0" to clipboard
flutter_image_carousel_slider: ^2.0.0 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 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 flutter pub get):

dependencies:
  flutter_image_carousel_slider: ^2.0.0

Alternatively, your editor might support 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/image_carousel_slider_left_right_show.dart';
import 'package:flutter_image_carousel_slider/list_image_view.dart';
30
likes
160
pub points
79%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, gradient_borders, photo_view

More

Packages that depend on flutter_image_carousel_slider