Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 1.2 KB

README.md

File metadata and controls

7 lines (3 loc) · 1.2 KB

movies-flutter

Project using theMoviesDb and flutter api with movie listing functionality, movie details, movie search and possibility to favorite movies, which are stored in a local database using SQFLITE (SQL library of flutter framework) where I made some unit tests and followed an MVVM architecture.