
GDSC PU is the official mobile app for the Google Developer Student Club at Parul University — a student-led tech community that brings together aspiring developers, designers, and technology enthusiasts.
The app acts as a central hub for members to stay updated with club activities, connect with peers, showcase their work, and participate in workshops, hackathons, and tech events.
Vision: To keep every GDSC member at Parul University informed, engaged, and connected — turning curiosity into collaboration and collaboration into impact.
Account Login & Personalisation
Users sign in with email or Google Sign-In to personalise their experience and sync with club member profiles. On first launch, notification preferences for event reminders and activity updates are configured.
Real-Time Push Notifications
The app fetches event information — workshops, seminars, hackathons, tech talks — from a cloud backend and delivers real-time push notifications to the user's device, ensuring no event is missed.
Event Detail & Participation
Users can view full event details, descriptions, date/time, and participation links. Events are fetched on-demand from the backend and cached locally for offline access.
Project & Blog Showcase
Members share their coding projects, tech blog posts, and resources through an in-app community feed. User-generated content is stored in a cloud database, persisting across sessions and devices.
Core Team & Member Profiles
Dedicated profile pages display club leadership, their roles, and contact details — helping members identify organizers and mentors. Data is served dynamically from the backend.
System Stack Overview
Flutter Mobile UI (Events, Feed, Team) → Backend API Services (Event data, Member profiles) → Cloud Firestore (Events, Projects, User content) → FCM Push Notification Service. A clean, scalable architecture designed for a growing student community.

