Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions flutter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Prereuisites
* Flutter SDK installed on your system. Download from Flutter website.
* Dart programming language (bundled with Flutter).
* IDE like Visual Studio Code or Android Studio configured for Flutter development.

* dependencies:
http:
googleapis:
google_sign_in:

## Add these dependencies to your pubspec.yaml file and run:

* flutter pub get

## Setting up your project and running code samples

1. Create a Flutter project:
* flutter create project_name
* cd project_name

2. Configure Google APIs:
* Create a project in the Google API Console.
* Set up OAuth 2.0 credentials and download the client_secrets.json file.
* Place the client_secrets.json file in your project's assets directory and update the pubspec.yaml to include it:
* assets:
- assets/client_secrets.json