From 7df1e55bc074698640db4b1caf58118d94004578 Mon Sep 17 00:00:00 2001 From: ItsTimeToGetOut <43565190+ItsTimeToGetOut@users.noreply.github.com> Date: Wed, 23 Oct 2019 02:42:23 +0530 Subject: [PATCH] hacktoberfest --- lib/src/swiper.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/swiper.dart b/lib/src/swiper.dart index 9783740..7373f64 100644 --- a/lib/src/swiper.dart +++ b/lib/src/swiper.dart @@ -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 }