Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rivaanranawat/google-clone-flutter
Responsive Google Clone using Flutter & Custom Search API
https://github.com/rivaanranawat/google-clone-flutter
api custom-search-api flutter responsive
Last synced: 2 months ago
JSON representation
Responsive Google Clone using Flutter & Custom Search API
- Host: GitHub
- URL: https://github.com/rivaanranawat/google-clone-flutter
- Owner: RivaanRanawat
- Created: 2021-12-25T03:43:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T04:19:25.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T07:22:05.508Z (9 months ago)
- Topics: api, custom-search-api, flutter, responsive
- Language: Dart
- Homepage:
- Size: 256 KB
- Stars: 42
- Watchers: 3
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Clone
A completely Responsive Google Clone- Works on Android, iOS & Web!
## Features
- Responsive Google UI
- Fetches Results from Google's Custom Search API
- Pagination## YouTube
I have created a tutorial based on this, do check it out on my channel [Rivaan Ranawat](https://youtu.be/LHmbkKJhAhU)
## Installation
After cloning this repository, migrate to ```google-clone-flutter``` folder. Then, follow the following steps:
- Enable Google Custom Search and get API Key(Google Console)
- Get the Context Key
- Replace the keys in ```config/api_keys.dart```
Then run the following commands to run your app:
```bash
flutter pub get
open -a simulator (to get iOS Simulator)
flutter run
flutter run -d chrome --web-renderer html (to see the best output)
```
## FeedbackIf you have any feedback, please reach out to me at [email protected]