Linus Unnebäck
Linus Unnebäck
Thanks for taking the time to submit this PR! 🙏 Since the last comments wasn't addressed I implemented this using a regex instead: https://github.com/LinusU/flutter_web_auth/commit/4f89925117e31c9874e60c7bc379967233505284 Happy hacking!
> android:exported="true" This has been added to the installation and troubleshooting guide, will cut a new release shortly 👍
Troubleshooting has now been merged into this repo 🎉 Please take a look and see if it helps you, if not we can reopen https://github.com/LinusU/flutter_web_auth#troubleshooting
Documentation is updated! 🎉
The callback scheme will be validated in the next version: https://github.com/LinusU/flutter_web_auth/commit/4f89925117e31c9874e60c7bc379967233505284 We've also added a troubleshooting section: https://github.com/LinusU/flutter_web_auth#troubleshooting
> There is no window.opener.postMessage message called. Your page must call `window.opener.postMessage` in order to signal that the authentication is complete. Is the user redirected to the `auth.html` page at...
Released in [🚢 0.4.2 / 2022-11-01](https://github.com/LinusU/flutter_web_auth/releases/tag/0.4.2)
This had do be reverted since it broke Flutter v2 compatibility, it's now released as [🚢 0.5.0 / 2022-11-02](https://github.com/LinusU/flutter_web_auth/releases/tag/0.5.0) instead!
This is now fixed in [🚢 0.4.2 / 2022-11-01](https://github.com/LinusU/flutter_web_auth/releases/tag/0.4.2)