Browse Source

clean up code.

Caijinglong 5 years ago
parent
commit
91cd789209
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      example/lib/asset_image.dart

+ 0
- 1
example/lib/asset_image.dart View File

22
     if (assetEntity == null) {
22
     if (assetEntity == null) {
23
       return _buildContainer();
23
       return _buildContainer();
24
     }
24
     }
25
-    final size = assetEntity.size;
26
 
25
 
27
     print(
26
     print(
28
         "assetEntity.width = ${assetEntity.width} , assetEntity.height = ${assetEntity.height}");
27
         "assetEntity.width = ${assetEntity.width} , assetEntity.height = ${assetEntity.height}");