-
Notifications
You must be signed in to change notification settings - Fork 655
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (23 loc) · 1.1 KB
/
pyproject.toml
File metadata and controls
27 lines (23 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
name = "router-featured-views"
version = "1.0.0"
description = "Full app with managed views: Home, Projects (list/details), Settings (tabs) with shared layouts and back navigation."
requires-python = ">=3.10"
keywords = ["router", "views", "manage_views", "outlet", "layout", "navigation"]
authors = [{ name = "Flet team", email = "hello@flet.dev" }]
dependencies = ["flet"]
[dependency-groups]
dev = ["flet-cli", "flet-desktop", "flet-web"]
[tool.flet.gallery]
categories = ["Navigation/Router"]
[tool.flet.metadata]
title = "Managed views — full app with NavigationRail"
docs_intro = "Complete app with [NavigationRail](navigationrail/index.md), stacked project views, and tabbed settings — all using `manage_views=True`."
controls = ["View", "AppBar", "Column", "Row", "Container", "Button", "Switch", "TextField", "Router", "Route"]
layout_pattern = "page-navigation"
complexity = "intermediate"
features = ["manage_views", "outlet", "nested routes", "view stack", "back navigation", "tabs", "is_route_active"]
[tool.flet]
org = "dev.flet"
company = "Flet"
copyright = "Copyright (C) 2023-2026 by Flet"