Skip to content

🚧 First jump into Flutter Development using the popular MoviesDB Api

Notifications You must be signed in to change notification settings

TinNova/flutter_movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popular Movies App

This app is still under-construction

This is a Flutter Mobile app built using the MovieDb Api

Architecture

  • The app only has a presentation layer which contains the UI, Business Logic and Services
  • The views are dumb and are given their data via what I'm calling ViewModels
  • As the Flutter UI is declarative it is ok to destroy and recreate the screen multiple times, there isn't any true benefit to preventing some elements from recreating, with this in mind the screen always recreates when an interaction occurs, as long as you are keeping reference to the state of the screen it will recreate seamlessly for the user.

About

🚧 First jump into Flutter Development using the popular MoviesDB Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages