8000 GitHub - Wanna-Pizza/flet-animated-border: Flet Animated Border
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Wanna-Pizza/flet-animated-border

Repository files navigation

flet-animated-border

FletAnimatedBorder control for Flet

Installation

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

Documentation

Link to documentation

About

Flet Animated Border

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0