Skip to content

MovieApp

A movie app built on The Movie Database

MovieApp connects to The Movie Database API to browse and search movies. It's one of my earlier Flutter projects, where I focused on reactive state management - the BLoC pattern combined with RxDart - and it's still my most-starred project on GitHub.

Worth knowing:

  • Integration with The Movie Database (TMDB) API
  • Reactive state management: the BLoC pattern combined with RxDart
  • Movie browsing and search
stack
  • Flutter
  • BLoC
  • RxDart
  • TMDB API