소스 검색

clean up code.

Caijinglong 5 년 전
부모
커밋
91cd789209
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      example/lib/asset_image.dart

+ 0
- 1
example/lib/asset_image.dart 파일 보기

@@ -22,7 +22,6 @@ class AssetImageWidget extends StatelessWidget {
22 22
     if (assetEntity == null) {
23 23
       return _buildContainer();
24 24
     }
25
-    final size = assetEntity.size;
26 25
 
27 26
     print(
28 27
         "assetEntity.width = ${assetEntity.width} , assetEntity.height = ${assetEntity.height}");