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.3.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.3-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: flet_cacheimg-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 805c466907364bdd42733953995c5c25277c9c64cf2409ad4e070bb63ce8383e
MD5 3437ae9dd3eae4c4bfc4c3001b48dbe1
BLAKE2b-256 49a821cd6b5a3f291449500d1fe8f48d77ccd09b05488e4c8f7fe67d5ada8e1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flet_cacheimg-0.1.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1cba020ad2d7952fe718b84b0d6be4b8392c977e8b4e1aff8cedd80939402b74
MD5 cb4ac2455d636fca51a5722768b4ce39
BLAKE2b-256 1913f395bc500784e3e6ecd5c46065623492766ca9888b8acf1a39555e8474e9

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