Skip to content

Commit 40119f4

Browse files
committed
docs: mention auth flow
1 parent 85657b5 commit 40119f4

2 files changed

Lines changed: 6 additions & 20 deletions

File tree

docs-v2/src/content/docs/examples.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ These examples cover various aspects of the library, including state management,
1212
- [Infinite scroll example](https://github.com/nank1ro/solidart/tree/main/examples/infinite_scroll) An example that demonstrates how to implement a smooth, reactive infinite list loading experience using `flutter_solidart`.
1313
- [Github search example](https://github.com/nank1ro/solidart/tree/main/examples/github_search) A more advanced example that shows how to build a GitHub search application using `flutter_solidart`.
1414
- [General example](https://github.com/nank1ro/solidart/tree/main/packages/flutter_solidart/example) A general example that shows all the features of `flutter_solidart`.
15+
- [Auth Flow with GoRouter example](https://github.com/nank1ro/solidart/tree/main/examples/auth_flow) An example that demonstrates how to implement an authentication flow using `flutter_solidart` and `go_router`.

examples/auth_flow/.metadata

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: "19074d12f7eaf6a8180cd4036a430c1d76de904e"
7+
revision: "f6ff1529fd6d8af5f706051d9251ac9231c83407"
88
channel: "stable"
99

1010
project_type: app
@@ -13,26 +13,11 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
17-
base_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
18-
- platform: android
19-
create_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
20-
base_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
21-
- platform: ios
22-
create_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
23-
base_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
24-
- platform: linux
25-
create_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
26-
base_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
16+
create_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
17+
base_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
2718
- platform: macos
28-
create_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
29-
base_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
30-
- platform: web
31-
create_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
32-
base_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
33-
- platform: windows
34-
create_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
35-
base_revision: 19074d12f7eaf6a8180cd4036a430c1d76de904e
19+
create_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
20+
base_revision: f6ff1529fd6d8af5f706051d9251ac9231c83407
3621

3722
# User provided section
3823

0 commit comments

Comments
 (0)