auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
61 stars 42 forks source link

Should auth0_flutter_web be used? #471

Open JPFrancoia opened 3 months ago

JPFrancoia commented 3 months ago

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:

screen-2024-08-11-11-41-39

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

Hannnes1 commented 2 months ago

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.