slick_carousel 0.1.0+1
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';