Skip to main content

CacheImage and CacheCircleAvatar control for Flet.

Project description

flet-cacheimg

Cacheimg and CacheCircleAvatar control 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 CacheImage, CacheCircleAvatar


def main(page: ft.Page):
    page.add(
        CacheImage(
            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=CacheImage(
                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.2.0.tar.gz (13.8 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.2.0-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: flet_cacheimg-0.2.0.tar.gz
  • Upload date:
  • Size: 13.8 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.2.0.tar.gz
Algorithm Hash digest
SHA256 a5f499fdcabd646decddd249ef4b716672d61a4a64022c2fe003ea76afd62c52
MD5 45f7767d4e7e6d19491eda97a31c2434
BLAKE2b-256 4799c2eaa91f080d15c4bb63d739fb9ba6fd69ea8295dbaf695a92e7ddc491ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flet_cacheimg-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 17.8 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8ff3943fc339eb8a000c4ef4359ec12a99ffa85115e7dbcd940a9a57cbe0bb3e
MD5 97479810b50c65235f549f028ab38dc3
BLAKE2b-256 56728222184bf519b90d878ab08d89a2001943be1729be40797793c80387b5b9

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