mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-30 12:30:16 +02:00
Tiny UI tweak
This commit is contained in:
@@ -298,7 +298,8 @@ class _APKPickerState extends State<APKPicker> {
|
|||||||
scrollable: true,
|
scrollable: true,
|
||||||
title: const Text('Pick an APK'),
|
title: const Text('Pick an APK'),
|
||||||
content: Column(children: [
|
content: Column(children: [
|
||||||
Text('${widget.app.name} has more than one package.'),
|
Text('${widget.app.name} has more than one package:'),
|
||||||
|
const SizedBox(height: 16),
|
||||||
...widget.app.apkUrls.map((u) => RadioListTile<String>(
|
...widget.app.apkUrls.map((u) => RadioListTile<String>(
|
||||||
title: Text(Uri.parse(u).pathSegments.last),
|
title: Text(Uri.parse(u).pathSegments.last),
|
||||||
value: u,
|
value: u,
|
||||||
|
Reference in New Issue
Block a user