From d18eff864993870c1b6e9651d32571443f9d1803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Wed, 2 Apr 2025 00:42:11 +0200 Subject: [PATCH] Update README.md fix in documentation --- flutter_appauth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_appauth/README.md b/flutter_appauth/README.md index 3a36939..a3f367c 100644 --- a/flutter_appauth/README.md +++ b/flutter_appauth/README.md @@ -176,7 +176,7 @@ android { defaultConfig { ... manifestPlaceholders += [ - 'appAuthRedirectScheme': '' + appAuthRedirectScheme: '' ] } }