A responsive Google Search Clone built with Flutter using RESTful APIs. This app replicates the core search functionality of Google, displaying search results, pagination, and adapting to both mobile and desktop layouts.
📱 Features
🔍 Real-time Google search using Custom Search API
📄 Display of web search results with title, link, and snippet
🖥️ Fully responsive UI for both desktop and mobile screens
🔄 Pagination support for navigating through results
💻 Clean, structured, and maintainable codebase
🚀 Technologies Used
Flutter (cross-platform mobile & web framework)
Dart (language)
HTTP package for RESTful API calls
Google Custom Search API
Material Design for UI components
Provider / setState for state management (as applicable)
🔧 Setup Instructions
Clone the repository:
git clone https://github.com/yourusername/google_clone_flutter.git cd google_clone_flutter