Challenge

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

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

GitHub

View Github