Metadata-Version: 2.4
Name: yolo-flet
Version: 0.1.0
Summary: YoloFlet control for Flet
Author-email: Flet contributors <you@example.com>
Project-URL: Homepage, https://mydomain.dev
Project-URL: Documentation, https://github.com/MyGithubAccount/yolo-flet
Project-URL: Repository, https://github.com/MyGithubAccount/yolo-flet
Project-URL: Issues, https://github.com/MyGithubAccount/yolo-flet/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: flet>=0.85.3

# yolo-flet
YoloFlet control for Flet

## Installation

Add dependency to `pyproject.toml` of your Flet app:

* **Git dependency**

Link to git repository:

```
dependencies = [
  "yolo-flet @ git+https://github.com/MyGithubAccount/yolo-flet",
  "flet>=0.85.3",
]
```

* **uv/pip dependency**

If the package is published on pypi.org:

```
dependencies = [
  "yolo-flet",
  "flet>=0.85.3",
]
```

Build your app:
```
flet build apk -v
```

## Documentation

[Link to documentation](https://MyGithubAccount.github.io/yolo-flet/)
