https://github.com/ansh-rathod/flutter-google-clone
Google app clone(ios styled) with websearch api and hive local database.
https://github.com/ansh-rathod/flutter-google-clone
clone flutter flutter-apps google
Last synced: 7 months ago
JSON representation
Google app clone(ios styled) with websearch api and hive local database.
- Host: GitHub
- URL: https://github.com/ansh-rathod/flutter-google-clone
- Owner: Ansh-Rathod
- Created: 2021-09-25T09:59:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T05:27:44.000Z (over 4 years ago)
- Last Synced: 2025-03-31T23:38:48.857Z (11 months ago)
- Topics: clone, flutter, flutter-apps, google
- Language: Dart
- Homepage:
- Size: 1.68 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google App Clone
## App Features.
Google app clone(ios styled) with websearch api and hive local database.
## App Information
**Packages used:**
- cupertino_icons: ^1.0.2
- dio: ^4.0.0
- provider: ^6.0.1
- url_launcher: ^6.0.12
- hive: ^2.0.4
- hive_flutter: ^1.1.0
- path_provider: ^2.0.5
- cached_network_image: ^3.1.0
- webview_flutter: ^2.1.0
- photo_view: ^0.12.0

## How to use
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [Flutter](https://flutter.dev/docs/get-started/install) installed on your computer. From your command line:
```
# Clone this repository
$ git clone
# Go into the repository
$ cd
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run
```