mnemo_cards/lib/features/card_swiper/flutter_card_swiper.dart

10 lines
385 B
Dart
Raw Normal View History

2024-05-22 20:48:44 +00:00
/// A Tinder-like card swiper package. It allows you to swipe left, right, up,
/// and down and define your own business logic for each direction. Very smooth
/// animations supporting Android, iOS, Web & Desktop.
library flutter_card_swiper;
export 'src/allowed_swipe_direction.dart';
export 'src/card_swiper.dart';
export 'src/card_swiper_controller.dart';
export 'src/enums.dart';