添加 github oAuth 认证,添加错误提醒

This commit is contained in:
yifeng.yl
2019-05-29 18:46:12 +08:00
parent 9e7cd804e5
commit dbcdbab7d2
13 changed files with 197 additions and 67 deletions

View File

@ -14,6 +14,7 @@
<application
android:name="io.flutter.app.FlutterApplication"
android:label="fluttergo"
android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_launcher_logo">
<activity
android:name=".MainActivity"