feat: dpi responsive layout (#361)

This commit is contained in:
BrentBoyMeBob
2023-08-03 14:38:38 -07:00
committed by GitHub
parent d3790bf64b
commit fe75b75ddc
7 changed files with 146 additions and 128 deletions

View File

@@ -49,9 +49,11 @@ class AppSelectorCard extends StatelessWidget {
),
),
const SizedBox(width: 6),
Text(
locator<PatcherViewModel>().getAppSelectionString(),
style: const TextStyle(fontWeight: FontWeight.w600),
Flexible(
child: Text(
locator<PatcherViewModel>().getAppSelectionString(),
style: const TextStyle(fontWeight: FontWeight.w600),
),
),
],
),