flutter_cards_reel 0.0.2
flutter_cards_reel: ^0.0.2 copied to clipboard
Cards Reel list component respecting Flutter Slivers protocol
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_cards_reel
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_cards_reel: ^0.0.2
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_cards_reel/cards_reel_physics.dart';
import 'package:flutter_cards_reel/cards_reel_view.dart';
import 'package:flutter_cards_reel/sliver_cards_reel.dart';