Back to Flet

Built-in Extensions

website/docs/extend/built-in-extensions.md

0.85.0.dev21.2 KB
Original Source

Flet controls based on 3rd-party Flutter packages that used to be a part of Flet repository, now have been moved to separate repos and published on pypi:

To use a built-in Flet extension in your project, add it to the dependencies section of your pyproject.toml file, for example:

dependencies = [
  "flet-audio",
  "flet>=0.26.0",
]