Built-in Extensions

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",
]