Skip to content

[Flutter SDK V.1] - πŸ”₯ This is a gojek 4.0 clone app built with Flutter framework

Notifications You must be signed in to change notification settings

rrifafauzikomara/gojek4.0-clone

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

[Flutter SDK V.1] - πŸ”₯ This is a gojek 4.0 clone app built with Flutter framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 99.4%
  • Other 0.6%