flutter card swipe
creating the swipe view as used in the tinder. swipe right is considered accepted and swipe left is rejected.
getting started
note: make sure your flutter environment is setup.
installation
in the command terminal, run the following commands:
$ geekruchika/fluttercardswipe.git
$ cd fluttercardswipe/animation_exp
$ flutter run
simulate for ios
method one
open the project in xcode from ios/runner.xcodeproj.
hit the play button.
method two
run the following command in your terminal.
$ open -a simulator
$ flutter run
simulate for android
make sure you have an android emulator installed and running.
run the following command in your terminal.
$ flutter run
Comments are closed.