gojek4.0-clone icon indicating copy to clipboard operation
gojek4.0-clone copied to clipboard

[Flutter SDK V.1] - 🔥 This is a gojek 4.0 clone app built with Flutter framework

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

  • [x] 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