-
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) · 958 Bytes
/
pyproject.toml
File metadata and controls
27 lines (23 loc) · 958 Bytes
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-mode"
version = "1.0.0"
description = "Show different video controls in normal and fullscreen modes."
requires-python = ">=3.10"
keywords = ["video", "controls", "media", "fullscreen"]
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 = "Mode-specific controls"
docs_intro = "Show different controls in normal vs. fullscreen mode by mapping each [`VideoControlsMode`][flet_video.VideoControlsMode] to its own [`controls`][flet_video.Video.controls] value."
controls = ["SafeArea", "Container", "Text", "Video"]
layout_pattern = "single-panel"
complexity = "basic"
features = ["controls", "mode-specific controls", "fullscreen controls"]
[tool.flet]
org = "dev.flet"
company = "Flet"
copyright = "Copyright (C) 2023-2026 by Flet"