flutter_auth0

A Flutter app secured with the Auth0 authorization code grant flow with PKCE.

Built with Flutter 1.0+ and Dart 2.0+

How to run

  • Clone the repository and run the flutter packages get command to download dependencies.
  • Replace the <AUTH0_DOMAIN> and <CLIENT_ID> in placeholders /lib/utils/url_utils.dart with the actual values from your Auth0 dashboard.
  • In the project's root directory, execute the flutter run command with a mobile device connected to run the application.