flutter-caching
Implements advanced caching, offline-first persistence, and performance optimization strategies for Flutter apps.
Install
npx skills add https://github.com/flutter/skills --skill flutter-cachingStats
| Total installs | 1,035 |
| Weekly installs | 1.0K |
| GitHub stars | 833 |
| First seen | Mar 4, 2026 |
| Source | @flutter/skills |
Summary
- Provides decision logic to select appropriate caching mechanisms: in-memory, shared_preferences for key-value pairs, SQLite for relational data, file system for large blobs, and image caching for network images
- Includes stream-based offline-first repository pattern that yields cached data first, then fetches and updates from the network
- Covers Android FlutterEngine pre-warming and caching to reduce Flutter initialization latency in hybrid apps
- Optimizes widget rendering, image caching, and scrolling performance using ScrollCacheExtent objects and strict GPU memory constraints
- Enforces SQL injection prevention via parameterized queries and validates performance anti-patterns like unnecessary saveLayer() calls and widget equality overrides
Tags
Related skills
| Skill | Installs | vs flutter-caching |
|---|---|---|
| content-creation | 1,103 | +68 |
| 3d-web-experience | 1,081 | +46 |
| asc-localize-metadata | 1,006 | -29 |
| flutter-plugins | 951 | -84 |
| swift-actor-persistence | 1,137 | +102 |
FAQ
- How many installs does flutter-caching have?
- flutter-caching has 1,035 total installs and 1.0K installs this week.
- Where is flutter-caching hosted?
- flutter-caching is published by @flutter/skills at https://github.com/flutter/skills.
- How many GitHub stars does flutter-caching have?
- flutter-caching has 833 GitHub stars.
- When was flutter-caching first indexed?
- OrangeBot.AI first indexed flutter-caching on Mar 4, 2026.
- How do I install flutter-caching?
- Run: npx skills add https://github.com/flutter/skills --skill flutter-caching