Skip to content
Snippets Groups Projects
Commit c46ccd3f authored by Florian Schindler's avatar Florian Schindler
Browse files

Update categories_controller.dart

parent 7028158b
Branches
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@ import 'package:hive/hive.dart';
import 'package:trackeroo/logic/models/category.dart';
class CategoriesController {
CategoriesController({required this.categories, required this.catBox});
CategoriesController({required this.catBox, required this.categories});
List<Category> categories;
Box<dynamic> catBox;
Map<dynamic, dynamic> categories;
void saveAllCategories() {
// TODO: implement save categories function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment