Jefry

Results 2 comments of Jefry

> I'll take you around the CacheManager files. > > When creating the CacheManager you supply a config file in [the constructor](https://github.com/Baseflow/flutter_cache_manager/blob/develop/flutter_cache_manager/lib/src/cache_manager.dart#L38-L42). The [default IO config file](https://github.com/Baseflow/flutter_cache_manager/blob/develop/flutter_cache_manager/lib/src/config/_config_io.dart#L12-L24) uses a standard...

and i'm stoopid bakka...... `` import 'package:flutter_cache_manager/flutter_cache_manager.dart'; CachedNetworkImage( cacheManager: CacheManager( Config( 'testCache', fileService: HttpFileService( httpClient: http, ), ), ), httpHeaders: { "Authorization":"bearer ${globVar.tokenRest.token}" }, ) ``