card_3d_carousel 1.0.1
card_3d_carousel: ^1.0.1 copied to clipboard
A customizable 3D card carousel with flip animations for Flutter. Perfect for tarot cards, game cards, or any card-based interface.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add card_3d_carouselWith Flutter:
$ flutter pub add card_3d_carouselThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
card_3d_carousel: ^1.0.1Alternatively, 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:card_3d_carousel/card_3d_carousel.dart';