Clancey / simple_auth

The Simplest way to Authenticate in Flutter
MIT License
352 stars 108 forks source link

[Fix] exported in Android 12 #171

Open fabioselau077 opened 2 years ago

fabioselau077 commented 2 years ago

For people with problems still using Flutter, in addition to putting exported=true in the application's <activity, you need to put it in the <activity of the installed plugins. That's the only way to work. It will look like this: <activity android:name="clancey.simpleauth.simpleauthflutter.SimpleAuthCallbackActivity" android:exported="true">