polaroid_carousel 1.0.0 polaroid_carousel: ^1.0.0 copied to clipboard
Polaroid Carousel is a Flutter widget that adds a unique touch to your app with a rotating deck of cards. Easily customize the animation order, translation, and rotation for a dynamic visual experience.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add polaroid_carousel
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
polaroid_carousel: ^1.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:polaroid_carousel/polaroid_carousel.dart';