mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-04 07:13:28 +01:00 
			
		
		
		
	Add "Community App Sources" button to AddAppPage
This commit is contained in:
		@@ -618,6 +618,12 @@ class AddAppPageState extends State<AddAppPage> {
 | 
				
			|||||||
                    mainAxisSize: MainAxisSize.min,
 | 
					                    mainAxisSize: MainAxisSize.min,
 | 
				
			||||||
                    crossAxisAlignment: CrossAxisAlignment.stretch,
 | 
					                    crossAxisAlignment: CrossAxisAlignment.stretch,
 | 
				
			||||||
                    children: [
 | 
					                    children: [
 | 
				
			||||||
 | 
					                      ElevatedButton(onPressed: 
 | 
				
			||||||
 | 
					                          doingSomething ? null :
 | 
				
			||||||
 | 
					                      (){
 | 
				
			||||||
 | 
					                        launchUrlString('https://apps.obtainium.imranr.dev/',
 | 
				
			||||||
 | 
					                            mode: LaunchMode.externalApplication);
 | 
				
			||||||
 | 
					                      }, child: Text(tr('communityAppSources'))),
 | 
				
			||||||
                      getUrlInputRow(),
 | 
					                      getUrlInputRow(),
 | 
				
			||||||
                      const SizedBox(
 | 
					                      const SizedBox(
 | 
				
			||||||
                        height: 16,
 | 
					                        height: 16,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user