Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/src/swiper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const int kDefaultAutoplayDelayMs = 3000;
/// Default auto play transition duration (in millisecond)
const int kDefaultAutoplayTransactionDuration = 300;

const int kMaxValue = 2000000000;
const int kMiddleValue = 1000000000;
const int kMaxValue = 200000000;
const int kMiddleValue = 100000000;

enum SwiperLayout { DEFAULT, STACK, TINDER, CUSTOM }

Expand Down