Earlybyte / aad_oauth

Flutter Azure Active Directory OAuth Package
https://pub.dev/packages/aad_oauth
MIT License
92 stars 186 forks source link

A GlobalKey was used multiple times inside one widget's child list ERROR #295

Open mvukojicic opened 8 months ago

mvukojicic commented 8 months ago

Hi, once I insert credentials for login, on redirecting way back to the app, I get this error. I am using the GetX package for routing and as a wrapper for my root app.

root app Screenshot 2024-02-01 at 11 14 06

in a separate file, I have the config for authorization. Screenshot 2024-02-01 at 11 14 47

an then in GetxController I have logic for login, logout...

Screenshot 2024-02-01 at 11 15 23

AliGuemues commented 7 months ago

I think I had this problem too. My problem was solved after I replaced "initialRoute" with "home" in the class MaterialApp

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you still think this issue is needed, reopen it again.