mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 13:33:28 +01:00 
			
		
		
		
	Added category filter
This commit is contained in:
		| @@ -177,20 +177,8 @@ class _AppPageState extends State<AppPage> { | ||||
|                                                     title: 'Pick a Category', | ||||
|                                                     items: [ | ||||
|                                                       [ | ||||
|                                                         GeneratedFormItem( | ||||
|                                                             'category', // TODO | ||||
|                                                             label: 'Category', | ||||
|                                                             opts: [ | ||||
|                                                               MapEntry('', | ||||
|                                                                   'No Category'), | ||||
|                                                               ...categories | ||||
|                                                                   .entries | ||||
|                                                                   .map((e) => | ||||
|                                                                       MapEntry( | ||||
|                                                                           e.key, | ||||
|                                                                           e.key)) | ||||
|                                                                   .toList() | ||||
|                                                             ]) | ||||
|                                                         settingsProvider | ||||
|                                                             .getCategoryFormItem() | ||||
|                                                       ] | ||||
|                                                     ]); | ||||
|                                               }).then((value) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user