HeavenOSK / flutter_swipable_stack

A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations like Tinder UI.
https://pub.dev/packages/swipable_stack
MIT License
117 stars 48 forks source link

Can't import ItemSwipeProperties #73

Open sandrocsimas opened 1 year ago

sandrocsimas commented 1 year ago

The only way I found to import ItemSwipeProperties is by importing it directly from src


import 'package:swipable_stack/src/model/swipe_properties.dart';

SwipableStack(
  builder: (BuildContext context, ItemSwipeProperties properties) {
    ...
  }
}