Skip to main content

Cacheimg 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.1.6.tar.gz (13.3 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.6-py3-none-any.whl (17.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: flet_cacheimg-0.1.6.tar.gz
  • Upload date:
  • Size: 13.3 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.6.tar.gz
Algorithm Hash digest
SHA256 305f18dddbe3a2de81fbe0bae8a6a8d810835de8451364747d178f0ea4236d9e
MD5 39e89fd11f691bd5541215dde89f2bf2
BLAKE2b-256 13281f49699b0089232a0cc813f55d73ceee2cd13871a9d1046501bef71dbf5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flet_cacheimg-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 17.3 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6709a1616dc3bd403d424e67c0bfd50f4045d33edf6af1b30271f44d3d7f4480
MD5 e9f9043159bc9518617214435b61e0c8
BLAKE2b-256 6b9de4dea83a90beb06d907a0ca3e20ce0fce3874a85385268666b584e098092

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