Add "Community App Sources" button to AddAppPage

This commit is contained in:
Eren GUN
2024-10-02 19:19:23 +03:00
parent 01d701d8cd
commit f5b540dd8b

View File

@@ -618,6 +618,12 @@ class AddAppPageState extends State<AddAppPage> {
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
ElevatedButton(onPressed:
doingSomething ? null :
(){
launchUrlString('https://apps.obtainium.imranr.dev/',
mode: LaunchMode.externalApplication);
}, child: Text(tr('communityAppSources'))),
getUrlInputRow(),
const SizedBox(
height: 16,