docs: update flutter dependencies (#8862)

The dependencies in the
[docs](https://zitadel.com/docs/examples/login/flutter) did not match
the ones used in the code
[example](https://github.com/zitadel/zitadel_flutter/blob/main/lib/main.dart#L14-L28)

Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
Martin Mayer
2024-11-26 10:40:35 +01:00
committed by GitHub
parent 33bff5a4b0
commit 1e0996371e

View File

@@ -75,8 +75,8 @@ To install run:
```bash ```bash
flutter pub add http flutter pub add http
flutter pub add flutter_web_auth_2 flutter pub add oidc
flutter pub add flutter_secure_storage flutter pub add oidc_default_store
``` ```
#### Setup for Android #### Setup for Android