auth0 / auth0-flutter

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

Minor issue: Read me references wrong build.gradle #295

Closed KingUgochukwu closed 1 year ago

KingUgochukwu commented 1 year ago

Checklist

Description

Hi Auth0 Devs, There is a minor issue in the readme.

The instruction Open the android/build.gradle file and add the following manifest placeholders inside android > defaultConfig.

references the android/build.gradle but typically, flutter projects set their defaultConfig in the android/app/build.gradle so it may be momentarily confusing

Reproduction

Open Read Me

Additional context

No response

auth0_flutter version

^1.2.1

Flutter version

3.7.10

Platform

Web

Platform version(s)

No response

Widcket commented 1 year ago

Hi @KingUgochukwu, thanks for raising this, we really appreciate it.

I've created a brand new Flutter app and it is indeed under /app. I've raised https://github.com/auth0/auth0-flutter/pull/297 to fix it.