/film_app

Simple app to display film library. Made with flutter, uses a firebase.

Primary LanguageDart

Table of contents

General info

This project is a simple flutter app, which allows you to store your favourite films in library that you can access from every mobile device.

Technologies and Patterns

Created with:

  • Flutter

In this project I am trying to correctly use (as much as I can at this moment) following patterns, concepts and libraries:

  • BLoC for state management
  • Domain Driven Design (thank you ResoCoder!)
  • Firebase
  • Value objects

Features

  • Store, add, edit and search for films
  • Register or log in
  • Get access to your collection from multiple devices

To do:

  • Connection with film API to get access to multiple prompts and more info during the process of adding a film
  • More search criteria

Screenshots