-
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.03 KB
/
pyproject.toml
File metadata and controls
27 lines (23 loc) · 1.03 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 = "video-controls"
version = "1.0.0"
description = "Switch between built-in, custom, and hidden video controls."
requires-python = ">=3.10"
keywords = ["video", "controls", "media", "material", "desktop"]
authors = [{ name = "Flet team", email = "hello@flet.dev" }]
dependencies = ["flet", "flet-video"]
[dependency-groups]
dev = ["flet-cli", "flet-desktop", "flet-web"]
[tool.flet.gallery]
categories = ["Media/Video"]
[tool.flet.metadata]
title = "Controls"
docs_intro = "Switch between [`AdaptiveVideoControls`][flet_video.AdaptiveVideoControls], [`MaterialVideoControls`][flet_video.MaterialVideoControls], [`MaterialDesktopVideoControls`][flet_video.MaterialDesktopVideoControls], custom, and hidden control sets at runtime."
controls = ["SafeArea", "Column", "Row", "Button", "IconButton", "Video"]
layout_pattern = "dashboard"
complexity = "basic"
features = ["controls", "adaptive controls", "material controls", "custom controls"]
[tool.flet]
org = "dev.flet"
company = "Flet"
copyright = "Copyright (C) 2023-2026 by Flet"