You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.