sliding_card 0.1.1 sliding_card: ^0.1.1 copied to clipboard
Sliding card is a highly customizable flutter package that will help you create animated Cards with a sliding animation effect.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sliding_card
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sliding_card: ^0.1.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:sliding_card/sliding_card.dart';