flutter_card_stack 1.0.0
flutter_card_stack: ^1.0.0 copied to clipboard
A production-ready animated card stack carousel widget for Flutter with smooth parallax animations, depth effects, and cross-platform support for mobile, web, and desktop.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_card_stackThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_card_stack: ^1.0.0Alternatively, 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_card_stack/flutter_card_stack.dart';