From 1da7bf481f465a4e6fa9c6a89c884a531335cc29 Mon Sep 17 00:00:00 2001 From: Parth Raghav Date: Thu, 13 Aug 2020 02:53:13 +0530 Subject: [PATCH] Update example.dart swipeUp and swipeDown named parameters are not defined. Updating the example code to reflect changes made in the package API. --- example/example.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/example.dart b/example/example.dart index 285f98a..3fca8e3 100644 --- a/example/example.dart +++ b/example/example.dart @@ -42,8 +42,6 @@ class _ExampleHomePageState extends State child: Container( height: MediaQuery.of(context).size.height * 0.6, child: new TinderSwapCard( - swipeUp: true, - swipeDown: true, orientation: AmassOrientation.BOTTOM, totalNum: welcomeImages.length, stackNum: 3,