flutter_card_stack 1.0.0 copy "flutter_card_stack: ^1.0.0" to clipboard
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_stack

This 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.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:flutter_card_stack/flutter_card_stack.dart';
1
likes
160
points
112
downloads

Publisher

verified publisherdivyanshdev.tech

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#ui #widget #carousel #animation #cards

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_card_stack