feat: change to flutterwebauth2

This commit is contained in:
ShootingStarDragons 2023-03-12 12:33:47 +08:00
commit b9104f243e
11 changed files with 150 additions and 119 deletions

View file

@ -93,8 +93,9 @@
</intent-filter>
</activity>
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity"
android:exported="true">
<activity
android:name="com.linusu.flutter_web_auth_2.CallbackActivity"
android:exported="true">
<intent-filter android:label="flutter_web_auth">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />