From 30dba065955092dd87e0340618d0059e985c42fb Mon Sep 17 00:00:00 2001 From: Martin Mayer <38588055+damattl@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:10:54 +0100 Subject: [PATCH] Update flutter dependencies The dependencies did not match the ones used in the code example: https://github.com/zitadel/zitadel_flutter/blob/main/lib/main.dart#L14-L28 --- docs/docs/examples/login/flutter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/examples/login/flutter.md b/docs/docs/examples/login/flutter.md index 87822a01d61..f6e8352831f 100644 --- a/docs/docs/examples/login/flutter.md +++ b/docs/docs/examples/login/flutter.md @@ -75,8 +75,8 @@ To install run: ```bash flutter pub add http -flutter pub add flutter_web_auth_2 -flutter pub add flutter_secure_storage +flutter pub add oidc +flutter pub add oidc_default_store ``` #### Setup for Android