moved reFilc+ to refilc_plus directory

This commit is contained in:
Kima
2024-01-02 19:21:40 +01:00
parent cce6bba19d
commit 5f49633867
25 changed files with 61 additions and 55 deletions

View File

@@ -27,7 +27,7 @@ import 'package:flutter_expandable_fab/flutter_expandable_fab.dart';
import 'package:flutter_feather_icons/flutter_feather_icons.dart';
import 'package:provider/provider.dart';
import 'grades_page.i18n.dart';
//import 'package:filcnaplo_premium/ui/mobile/goal_planner/new_goal.dart';
//import 'package:refilc_plus/ui/mobile/goal_planner/new_goal.dart';
class GradeSubjectView extends StatefulWidget {
const GradeSubjectView(this.subject, {Key? key, this.groupAverage = 0.0})