dwyl / dwyl/learn-flutter

Feature: Log in with Google in Flutter App

Open
#4 24 comments 5 reactions 0 assignees View on GitHub
enhancement good first issue in-progress T1d
Dominant language
JavaScript
Stars
98
Forks
10
PR merge metrics
No merged PRs in 30d

Description

The starting point for people using the @dwyl Native App is Login.
We are using **Sign in with Google** for the Web App and people will expect it for the Native Mobile app.

![image](https://user-images.githubusercontent.com/194400/71444736-881dcf80-270b-11ea-91cf-2921e2609468.png)

# Todo

+ [x] Research how to add basic Google Login to a Flutter App
This looks like a good starting point:
+ [ ] https://pub.dev/packages/google_sign_in
+ [ ] https://medium.com/flutter-community/flutter-implementing-google-sign-in-71888bca24ed
+ [ ] Create a Google App in order to get the API Credentials.
see: https://github.com/dwyl/elixir-auth-google/blob/master/create-google-app-guide.md
+ [x] Display the **Sign in with Google** button in the Flutter App
+ [x] Once the person has _successfully_ authenticated with Google,
display their details as shown in the image above ⬆️
+ [x] Dwyl logo: https://avatars1.githubusercontent.com/u/11708465?s=200&v=4
![dwyl-logo](https://avatars1.githubusercontent.com/u/11708465?s=200&v=4)
+ [ ] ***Document ALL the Steps*** so that _anyone_ else can follow.
+ [ ] Follow the example in https://github.com/dwyl/elixir-auth-google
and https://github.com/dwyl/elixir-auth-google-demo
+ [ ] Create a new file in _this_ repository called **`google-login-flutter.md`** to capture your notes.

Try and make the **appearance** as ***similar*** to the **Web App** as possible.
(_if you need any help with colors or logos, please leave comments below with your questions_)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.