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