ub3lal 1 개월 전
부모
커밋
5345ef9dbd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/src/bloc/cashed_image_bloc.dart

+ 0 - 1
lib/src/bloc/cashed_image_bloc.dart

@@ -40,7 +40,6 @@ class CashedImageBloc extends Bloc<CashedImageEvent, CashedImageState> {
         if (size > 20000) {
           mapcahed.clear();
         }
-
         if (mapcahed[ckey] == null) {
           fileInfo = await defaultCacheManager.getFileFromCache(ckey);
           if (fileInfo != null) {