Flutter Hotel Search App A simple 3-page Flutter application demonstrating Google Sign-In, hotel listing, and search functionality with API-driven results and pagination.
🚀 Project Overview
This Flutter app includes three main screens:
1️⃣ Google Sign-In / Sign-Up (Frontend Only)
Integrates Google authentication UI using google_sign_in
No backend or API call required
Demonstrates understanding of auth flow, UI, and provider setup

2️⃣ Home Page — Hotel List
Displays a list of sample hotels
Includes a search bar to filter by:
Hotel Name
City
State
Country
Connects to the provided API for fetching search results

3️⃣ Search Results Page Shows hotel data fetched from the API Implements pagination for smooth scrolling and efficient data loading Displays hotel information in a clean UI layout
🛠️ Features Implemented Google Sign-In UI (frontend only) Hotel list with dummy data Search bar with field-based filtering API integration for search Paginated results page Error & loading states Clean, responsive Flutter UI