You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorials provided by Auth0 to implement web authentication all use the package auth0_flutter_web. However this package was last released 3 years ago, and pub.dev marks it as Dart 3 incompatible. See:
Is this package still safe? At this point it might be worth bumping its version if it's working and safe. It's used for authentication (a sensitive part of an application) and when I see it hasn't been updated for 3 years, I worry a little
Reproduction
N/A
Additional context
No response
auth0_flutter version
latest
Flutter version
latest
Platform
Web
Platform version(s)
No response
The text was updated successfully, but these errors were encountered:
The web example in the README in auth0_flutter uses the Auth0Web client that is included in the auth0_flutter package. So the auth0_flutter_web package should most likely not be used.
It should probably be marked as Discontinued to avoid confusion.
Checklist
Description
The tutorials provided by Auth0 to implement web authentication all use the package
auth0_flutter_web
. However this package was last released 3 years ago, and pub.dev marks it as Dart 3 incompatible. See:Is this package still safe? At this point it might be worth bumping its version if it's working and safe. It's used for authentication (a sensitive part of an application) and when I see it hasn't been updated for 3 years, I worry a little
Reproduction
N/A
Additional context
No response
auth0_flutter version
latest
Flutter version
latest
Platform
Web
Platform version(s)
No response
The text was updated successfully, but these errors were encountered: