Metadata-Version: 2.4
Name: expand-fab
Version: 0.1.0
Summary: You can create a floating action button that can be expanded.
Author-email: Arief Minardi <ariefminardi005@gmail.com>
Project-URL: Repository, https://github.com/arief05652/expand-fab
Project-URL: Issues, https://github.com/arief05652/expand-fab/issues
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flet>=0.80.0
Dynamic: license-file

# expand-fab
ExpandFab control for Flet

## Installation

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

* **Git dependency**

Link to git repository:

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

* **uv/pip dependency**  

If the package is published on pypi.org:

```
dependencies = [
  "expand-fab",
  "flet>=0.80.1",
]
```

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

## Documentation

[Link to documentation](https://MyGithubAccount.github.io/expand-fab/)
