-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null safety #8
Comments
Sure, I can do it sometime next week, but my buy me a |
Turns out we won't end up using auth0 for our app, but happy to buy you a book anyway. Let me know once it's fixed :) |
Hey, was studying Type Script for this, and busy for some other things as well. Now here are some update on this.
|
It is now published here |
(mis-clicked) |
Not working on our project We get this with auth0_flutter_web: ^0.0.1-alpha.6
This is because the plugin does not support strong-mode: |
@vanlooverenkoen For some reason I tried to pin to |
It has nothing to do with the versions. The plugin does not support strongmode Add the following to your analyis_options.yml
And you will not be able to compile your project. |
@vanlooverenkoen In my testing project, those are enabled as well. and the output looks well.
The testing project is in here |
All of our dependencies are null safe so it would be nice for this to be null safe as well. Any chance we could sponsor you for a few hours to upgrade it to null safety?
The text was updated successfully, but these errors were encountered: