# fl_cache_manager **Repository Path**: zr233/fl_cache_manager ## Basic Information - **Project Name**: fl_cache_manager - **Description**: Flutter缓存管理库 - **Primary Language**: Dart - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-05 - **Last Updated**: 2023-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Features cache data from url or custom. ## Getting started ```shell flutter pub add f_cache ``` ## Usage ```dart final cached = CacheManager() .getCachedFromUrl(url: 'https://lmg.jj20.com/up/allimg/4k/s/02/210924233115O14-0-lp.jpg'); ```