Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ flet run --web counter.py
* [Website](https://flet.dev)
* [Documentation](https://flet.dev/docs/)
* [Roadmap](https://flet.dev/roadmap)
* [Apps Gallery](https://flet.dev/gallery)
* [Apps Gallery](https://studio.flet.dev/gallery)

## Community

Expand Down
2 changes: 1 addition & 1 deletion packages/flet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ flet run --web counter.py
* [Website](https://flet.dev)
* [Documentation](https://flet.dev/docs/)
* [Roadmap](https://flet.dev/roadmap)
* [Apps Gallery](https://flet.dev/gallery)
* [Apps Gallery](https://studio.flet.dev/gallery)

## Community

Expand Down
2 changes: 1 addition & 1 deletion sdk/python/packages/flet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ flet run --web counter.py
* [Website](https://flet.dev)
* [Documentation](https://flet.dev/docs/)
* [Roadmap](https://flet.dev/roadmap)
* [Apps Gallery](https://flet.dev/gallery)
* [Apps Gallery](https://studio.flet.dev/gallery)

## Community

Expand Down
2 changes: 1 addition & 1 deletion website/docs/cookbook/declarative-vs-imperative.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ That shift pays off most as an app gets more interactive:
* **Multiple views of the same data** — if two parts of the UI need to reflect the same state (a badge count, a list, a chart), each just reads from that state instead of being kept in sync by hand.
* **Complex, multi-step UIs** — wizards, filters, undo/redo — where many pieces of UI depend on overlapping state, declarative code scales by adding more state and components, not more handler-to-handler coordination.

For more declarative examples, see the [declarative examples collection](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/apps/declarative) — including a [Counter](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/declarative/counter/main.py), a [To-Do app](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/declarative/todo/main.py), and games like [Tic-Tac-Toe](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/declarative/tic_tac_toe/main.py) and [Minesweeper](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/declarative/minesweeper/main.py). You can also try them interactively in the [Flet Studio](https://flet.app/gallery/declarative).
For more declarative examples, see the [declarative examples collection](https://github.com/flet-dev/flet/tree/main/sdk/python/examples/apps/declarative) — including a [Counter](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/declarative/counter/main.py), a [To-Do app](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/declarative/todo/main.py), and games like [Tic-Tac-Toe](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/declarative/tic_tac_toe/main.py) and [Minesweeper](https://github.com/flet-dev/flet/blob/main/sdk/python/examples/apps/declarative/minesweeper/main.py). You can also try them interactively in the [Flet Studio](https://studio.flet.dev/gallery/declarative).
3 changes: 2 additions & 1 deletion website/static/_redirects
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# nope
/gallery https://studio.flet.dev/gallery 301
/gallery/ https://studio.flet.dev/gallery 301