Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Initial Support for YouTube API Integration with Flutter Framework #562

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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