FletSharePlus control for Flet
Add dependency to pyproject.toml of your Flet app:
- Git dependency
Link to git repository:
dependencies = [
"flet-share-plus @ git+https://github.com/MyGithubAccount/flet-share-plus",
"flet>=0.27.6",
]
- PyPi dependency
If the package is published on pypi.org:
dependencies = [
"flet-share-plus",
"flet>=0.27.6",
]
Build your app:
flet build macos -v