Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.72 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.72 KB

Gojek 4.0 Clone

GitHub stars GitHub forks GitHub watchers

🔥 This is a gojek 4.0 clone app built with Flutter framework

📸 Screenshot

          

Modularization Structure 🔥

# Root Project
.
├── lib                    # Name of module (default from Flutter)
    ├── common             # Common shared.
    |   ├── style          # Custom style that will be used on each widget.
    |   └── utils          # Utility classes.
    ├── ui                 # Activity/View layer
    |   ├── chat           # Chat screen
    |   ├── dashboard      # Main screen
    |   ├── home           # Home screen
    |   └── promo          # Promo screen
    └── widget             # Custom widget which can be used repeatedly.

Todo

  • Fix the code to make it more readable and clean
  • Add Splash Screen
  • Fix the UI size using custom MediaQuery to make responsive
  • Add background image behind Dashboard
  • Add list promo content in the Promo Tab
  • Add list content in the Home Tab
  • Support Dark Theme

Finished

  • Modular the project based on the functionality

Author

  • R Rifa Fauzi Komara

Don't forget to follow me, fork and give me a ⭐

License

Trian Noviandi