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
16 stars 2 forks source link
android dart flutter frontend physics swipe swipeable tinder tinder-clone tinder-swiper

MatchFlix

Platform License Language Toolkit API Backend

DEPRECATED

This project is being rewritten from scratch with proper OOP, sound Null-safety and state management with BLOC pattern.

I also made an Angular remake of this app concept.

Overview

Overview

Proof of concept for a Tinder-like app to find movies that both you and your partner want to watch (or friend, or family member or whatever).

Movies appear as cards in a deck and you swipe them right or left to like or dislike and also up to shout your preference (sends a push notification to the other user) or down to save the movie for later without the other user knowing.

When you both swipe right on the same movie you have a match and get notified and you can stream the movie or schedule a movie night.

You can also undo your swipe and call back a swiped card from off screen by tapping the 🔄 button.

If you tap on a movie it takes you to a screen with more details about the movie itself (score, genres, plot, etc).

Made with Flutter and Dart, uses themoviedb.org API for movie data.

Log-in:

Log-in

Add friends to new group:

Group invite

Changelog

DISCLAIMER