ifelsebreak / MatchFlix-flutter

Tinder clone for movies. Movies are stacked in a deck of swipebale cards. If both users swipe right it's a match and you get notified. Work in progress.
MIT License
17 stars 2 forks source link

have you implement the backend of this app?.... #1

Open gbbest15 opened 3 years ago

gbbest15 commented 3 years ago

i want to use the matches path code in my dating app, if use swipe to right they will be match and they will get notification.... but i jump to your repo and i see this.... have you add the functionality of the matches? @ifelsebreak

ifelsebreak commented 3 years ago

Hello @gbbest15. I started implementing the backend: users can now log-in, send groups requests and accept or decline them. I'm working on the matching system right now. I'm building it with FireBase. I'm developing it so that when the app loads 20 profiles it already checks the database to see if the other users has swiped right already, so that if you swipe right too it immediately shows the match animation and registers the match to the database.

Il giorno sab 10 apr 2021 alle ore 04:10 gbbest15 @.***> ha scritto:

i want to use the matches path code in my dating app, if use swipe to right they will be match and they will get notification.... but i jump to your repo and i see this.... have you add the functionality of the matches? @ifelsebreak https://github.com/ifelsebreak

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ifelsebreak/MatchFlix/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKHB5KDOZGRWRD7W4I6HSG3TH6XSXANCNFSM42V7HDNQ .

gbbest15 commented 3 years ago

@ifelsebreak okay.. i will be waiting....i already solved the match aspect but i will like to see your code for the match

pol9kov commented 1 year ago

I am creating my tinder-like application. I was trying to find good examples of swiping with physics like in tinder. All existing libraries look ugly, but your swiper looks impressive. I will look closer at your source code and will share my feedback.

pol9kov commented 1 year ago

movie_list.dart has 4000 lines. dude, it is crazy.