Some refactors

This commit is contained in:
Kazimierz Ciołek
2026-02-19 14:16:03 +01:00
parent 782986a632
commit f943e89430
21 changed files with 490 additions and 7378 deletions

View File

@@ -13,7 +13,7 @@ part 'plan_editor_controller.g.dart';
@riverpod
class PlanEditorController extends _$PlanEditorController {
late final TrainingPlanRepository _planRepo;
late TrainingPlanRepository _planRepo;
@override
Future<PlanEditorState> build(String planId) async {