Linus Unnebäck
Linus Unnebäck
> Calling either of these doesn't seem to return control to the route's main function until the upload completes. Therefore, even though I know a file is not valid, the...
This is done and discussed in #1097, currently it's published as `1.4.5-lts.1`
Thank you! 🙏
Great! Could you submit a PR that adds the deprecation? 🙏
I can confirm that the normal import doesn't work when using `moduleResolution` `node16` or `nodenext`. We are currently using the following workaround: ```ts import AjvModule from 'ajv' // FIXME: https://github.com/ajv-validator/ajv/issues/2047...
> The solution is to set android:exported="true" in the AndroidManifest.xml for the CallbackActivity. This has been added to our troubleshooting guide: https://github.com/LinusU/flutter_web_auth#troubleshooting Please follow that if you are still having...
> Basically, I set up the android manifest incorrectly, I needed to set up a separate activity solely for the behavior of the plugin. When this was implemented, this issue...
A version of this was merged in https://github.com/LinusU/flutter_web_auth/pull/106 🎉
This was fixed in #28, released as [🚢 0.2.3 / 2020-05-11](https://github.com/LinusU/flutter_web_auth/releases/tag/0.2.3)
@vinhhoangdo the schemes need to be different in order for the setup to work, since the callback must open the `flutter_web_auth` activity in order to receive the callback. I would...