horizontal_card_pager 0.2.1 horizontal_card_pager: ^0.2.1 copied to clipboard
Use dynamic and beautiful card view pagers (horizontal direction) to help you create great apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add horizontal_card_pager
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
horizontal_card_pager: ^0.2.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:horizontal_card_pager/horizontal_card_pager.dart';