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.
Clear local data
- HTTP responses 2.4 MB
- Decoded images 18 MB
- Local database (IndexedDB) 4.1 MB
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],
)