perf(assets): remove unused image files from bundle
This commit is contained in:
parent
f3d1454cdc
commit
33e24bd500
6 changed files with 0 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 166 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 199 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 MiB |
|
|
@ -11,8 +11,6 @@ class _AssetRule {
|
|||
|
||||
const _rules = <_AssetRule>[
|
||||
_AssetRule('assets/img/login_bg.jpg', maxDimension: 1920, jpgQuality: 84),
|
||||
_AssetRule('assets/img/loadingScreenMainScreen.png', maxDimension: 1920),
|
||||
_AssetRule('assets/img/icon.png', maxDimension: 1024),
|
||||
_AssetRule('assets/img/icon_bg_removed.png', maxDimension: 1024),
|
||||
_AssetRule('assets/icon/app_icon.png', maxDimension: 1024),
|
||||
_AssetRule('assets/icon/app_icon_ios.png', maxDimension: 1024),
|
||||
|
|
|
|||
Loading…
Reference in a new issue