Skip to content

🎬 Movie app template made with flutter. πŸš€ The template shows good coding practice to use Sqlite as Local library. you can use the repository by forking. It can be also used as coding challenge. πŸ›

Notifications You must be signed in to change notification settings

JordyHers/flutter_movie_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Challenge

the following app is a small mobile application completed in 4 hours by @Jordyhers

This app uses local storage database to locally store and retrieve data.

Screen.Recording.2022-06-25.at.19.35.06.mov

Folder structure

the project folder structure is the following:

.
β”œβ”€β”€ src                    
β”‚   β”œβ”€β”€ core               # core layer
         └── constants
              └── ...
         └── database
              └── ...
         └── domain
              └── ...
         └── models
              └── ...
β”‚   β”œβ”€β”€ ui               # ui layer
         └── pages
         └── theme
β”‚        └── widgets
└── ...

Specificities

  • App responsiveness

  • Sliver to perform sliding effect AppBar and SliverList

  • Create bottomNavigation Bar

  • Use CupertinoScaffold

  • Reproduce Theme Color and Icons

  • Save on Local database

  • SizeConfig and Implement Padding in bottom

  • Parsing (dates and genres from list)

Packages in use

About

🎬 Movie app template made with flutter. πŸš€ The template shows good coding practice to use Sqlite as Local library. you can use the repository by forking. It can be also used as coding challenge. πŸ›

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published