slick_carousel 0.1.0+1 copy "slick_carousel: ^0.1.0+1" to clipboard
slick_carousel: ^0.1.0+1 copied to clipboard

Slick carousel implementation for the flutter projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add slick_carousel

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  slick_carousel: ^0.1.0+1

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:slick_carousel/features/slick/controllers/controller_state.dart';
import 'package:slick_carousel/features/slick/controllers/slick_controller.dart';
import 'package:slick_carousel/features/slick/presentation/pages/slick_view.dart';
import 'package:slick_carousel/features/slick/presentation/widgets/action_button.dart';
import 'package:slick_carousel/slick.dart';
1
likes
150
points
0
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Slick carousel implementation for the flutter projects.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, scrollable_positioned_list, scrollview_observer

More

Packages that depend on slick_carousel