Skip to main content

Cacheimg and CacheCircleAvatar control for Flet

Project description

flet-cacheimg

Cacheimg and CacheCircleAvatar controls for Flet

Warning

Images will only be cached in built packages.

flet build ...

If you run project via

flet run

those controls will act exactly the same as basic ft.Image and ft.CircleAvatar.
This is limitation of the current Flet version (0.28.3).

Usage

import flet as ft
from flet_cacheimg import Cacheimg, CacheCircleAvatar


def main(page: ft.Page):
    page.add(
        Cacheimg(
            src="https://flet.dev/img/logo.svg",
            width=150,
            height=150,
            tooltip="Cached image",
            opacity=0.9,
        )
    )
    page.add(
        CacheCircleAvatar(
            radius=24,
            foreground_image_src='https://flet.dev/img/logo.svg',
        )
    )
    page.add(
        ft.CircleAvatar(
            radius=20,
            content=Cacheimg(
                src='https://flet.dev/img/logo.svg',
                width=40,
                height=40,
                fit=ft.ImageFit.COVER,
            ),
        )
    )


ft.app(main)

Installation

Add dependency to pyproject.toml of your Flet app:

  • Git dependency

Link to git repository:

dependencies = [
  "flet-cacheimg @ git+https://github.com/ReYaNOW/flet-cacheimg",
  "flet>=0.28.3",
]
  • PyPi dependency

If the package is published on pypi.org:

dependencies = [
  "flet-cacheimg",
  "flet>=0.28.3",
]

Build your app:

flet build apk -v

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flet_cacheimg-0.1.4.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flet_cacheimg-0.1.4-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file flet_cacheimg-0.1.4.tar.gz.

File metadata

  • Download URL: flet_cacheimg-0.1.4.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.4 Windows/10

File hashes

Hashes for flet_cacheimg-0.1.4.tar.gz
Algorithm Hash digest
SHA256 fd227fda4c5749e383e6b4d2aa8825273c294dc0e733652a7c6dd6dc86be6c08
MD5 05c9d8dd48f0f804715544034305a45d
BLAKE2b-256 02c564becadb402674af6ea7b9168df61e72a12dbc2a3f0a90796ce399216d57

See more details on using hashes here.

File details

Details for the file flet_cacheimg-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: flet_cacheimg-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.4 Windows/10

File hashes

Hashes for flet_cacheimg-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 18b8ec83e32fed4fa2d95a922be967dd9f1e43f1d38466312dc97c8f25968418
MD5 c7d4416055fc83292870328da9be84d8
BLAKE2b-256 7af48254f31962e7840a0e5c902dff4a6ba1b1f047d4c41f10c6deeac33919ce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page