The Google Search Clone is a responsive Flutter app replicating the Google Search experience. With seamless integration of the Google Search API, users can enjoy smooth search functionality across all devices, from mobile to desktop. Built using Flutter's flexible framework, the app dynamically adjusts its layout to ensure a consistent user experience.
Key Features:
- 🌐 Google Search API Integration
- 📱 Mobile-friendly Design
- 💻 Full Desktop Support
- 🔄 Pagination for easy browsing
Live Preview | Download APK | Source Code |
Home Page | Search Page | Search Results | Pagination |
Tablet Home | Tablet Search | Tablet Search Results | Tablet Pagination |
- 📱 Fully Responsive: Works on mobile, tablet, and desktop with smooth transitions.
- 🌐 Google Search API: Search and display real-time results using Google’s official API.
- ➡️ Pagination: Efficient result browsing with paginated content.
- 💡 Clean UI: Simple, intuitive design mimicking the official Google interface.
To run the app locally, ensure you have Flutter installed. If not, follow the installation guide here.
Flutter Version: 3.24.0
- Clone the repository:
git clone https://github.com/Harshit2756/flutter_google_clone.git
- Navigate to the project directory:
cd flutter_google_clone
- Install the dependencies:
flutter pub get
- Run the app:
flutter run
The following Resources were used in this project: