Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 936 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 936 Bytes

Gojek Slicing App 🔥💻

This project is an implementation of the Gojek app design using Flutter. It showcases various screens with functional features. State management is implemented using Provider.

Mockup Slicing Gojek

Features

  • Splash Screen
  • Onboarding Screen
  • Home Screen
  • Order Screen
  • Settings Screen
  • Profile Screen
  • Promo Screen 🆕🔥
  • Chat with AI (powered by Gemini) 🆕🔥

Dependencies

  • flutter: SDK for building the application.
  • provider: For state management.
  • shared_preferences: For local data storage.
  • flutter_map: For interactive maps.
  • latlong2: For geographic coordinates.
  • google_generative_ai: For AI chat features.
  • flutter_dotenv: For managing environment variables.

Authors