Installation¶
FletImageViewer ships as a Flet extension. Add it to your application's dependencies before building the target client.
Install from PyPI¶
Or add it to pyproject.toml:
Install from GitHub¶
To use the latest repository version:
dependencies = [
"flet>=0.86.5",
"flet-image-viewer @ git+https://github.com/zaim-tech/flet-image-viewer.git",
]
Import the controls¶
Next step¶
Continue to the quickstart to display your first image.