-
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 = "video-button-bars"
version = "1.0.0"
description = "Customize video controls primary, top, and bottom button bars."
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 = "Button bars"
docs_intro = "Customize the [`primary_button_bar`][flet_video.MaterialDesktopVideoControls.primary_button_bar], [`top_button_bar`][flet_video.MaterialDesktopVideoControls.top_button_bar], and [`bottom_button_bar`][flet_video.MaterialDesktopVideoControls.bottom_button_bar] of [`MaterialDesktopVideoControls`][flet_video.MaterialDesktopVideoControls] with built-in and custom items."
controls = ["SafeArea", "Text", "Icon", "Video"]
layout_pattern = "dashboard"
complexity = "basic"
features = ["controls", "button bars", "built-in controls"]
[tool.flet]
org = "dev.flet"
company = "Flet"
copyright = "Copyright (C) 2023-2026 by Flet"