lib/ ├── main.dart # App entry point with navigation ├── models/ │ └── user_model.dart # User data model ├── screens/ │ ├── home_screen.dart # Feature-rich home screen │ ├── profile_screen.dart # User ...
A dynamic Flutter UI demo built for event discovery, ticketing, and conference apps. Includes screens for listings, booking, speaker profiles, and schedules. UI-only—no backend or real data. Great for ...