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,
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ class const SelectServerPage({super.key}) extends HookConsumerWidget {
|
|||
children: [
|
||||
Row(
|
||||
children: [
|
||||
SvgPicture.asset("assets/icon.svg", width: 128),
|
||||
SvgPicture.asset("assets/bundled/icon.svg", width: 128),
|
||||
SizedBox(width: 12),
|
||||
Expanded(
|
||||
child: Column(
|
||||
|
|
|
|||
Loading…
Reference in a new issue