KoderCachePurge

Documented Settings cache-purge/contract.kmd

Settings tile + service that clears local caches (HTTP, image, IndexedDB) with a confirmation dialog and a per-surface progress indicator.

Demo

Static visual mock — pixel-faithful but non-interactive. Sprint 2.3 will swap selected demos for live Flutter Web embeds.

Confirmation dialog with per-scope checkboxes; surface-specific progress indicator while clearing.

Availability

Flutter (koder_kit)
koder_kit v0.10.0+

Flutter usage

import 'package:koder_kit/koder_kit.dart';
KoderCachePurge.show(
  context,
  scopes: [CacheScope.http, CacheScope.images, CacheScope.indexedDb],
)

Related in the same group