try to optimize APK size
This commit is contained in:
parent
b797b8de9c
commit
9b79304edc
5 changed files with 5 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ extension ShowContextMenu on BuildContext {
|
|||
Row(
|
||||
spacing: 12,
|
||||
children: [
|
||||
SvgPicture.asset("assets/icon.svg", width: 64),
|
||||
SvgPicture.asset("assets/bundled/icon.svg", width: 64),
|
||||
Expanded(
|
||||
child: Column(
|
||||
crossAxisAlignment: .start,
|
||||
|
|
|
|||
Loading…
Reference in a new issue