Finished new category editor (needs to be used)

This commit is contained in:
Imran Remtulla
2022-12-22 01:24:35 -05:00
parent 6977858b99
commit a3f9947f28
3 changed files with 56 additions and 16 deletions

View File

@@ -153,6 +153,7 @@ class SettingsProvider with ChangeNotifier {
set categories(Map<String, int> cats) {
prefs?.setString('categories', jsonEncode(cats));
notifyListeners();
}
getCategoryFormItem({String initCategory = ''}) => GeneratedFormDropdown(