https://github.com/k4u5h4l/flutter-google-oauth
An OAuth authentication system built in Flutter using Google OAuth.
https://github.com/k4u5h4l/flutter-google-oauth
android dart flutter googleoauth oauth
Last synced: about 1 month ago
JSON representation
An OAuth authentication system built in Flutter using Google OAuth.
- Host: GitHub
- URL: https://github.com/k4u5h4l/flutter-google-oauth
- Owner: k4u5h4L
- Created: 2021-09-20T07:20:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T07:54:45.000Z (over 4 years ago)
- Last Synced: 2025-01-06T06:43:40.633Z (over 1 year ago)
- Topics: android, dart, flutter, googleoauth, oauth
- Language: Dart
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Google OAuth
An OAuth authentication system built in Flutter using Google OAuth.
# To run it locally:
- Generate the `.jks` file after configuring your Google cloud console and paste it in the `android/app/` directory.
- Make a new file called `keystore.config` and fill it keys by looking at the `keystore.sample.config` file.
- Make a .env file in the root of this project and fill in keys by looking at the `.env.sample` file.
- To launch the app on a physical device or an emulator run:
```
flutter run
```
- To make a release build:
```
flutter build apk
```