Skip to content

Commit

Permalink
Refactoring code
Browse files Browse the repository at this point in the history
  • Loading branch information
chocodon committed Sep 4, 2020
1 parent f924dd5 commit 280c9e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/ui/screen/all_task_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import '../widget/date_picker.dart';
import '../widget/taskpage_card_layout.dart';
import 'task_editor_screen.dart';
import 'detail_screen.dart';
import 'menu_dashboard_screen.dart';

class AllTask extends StatefulWidget {
final Function function;
Expand Down
1 change: 0 additions & 1 deletion lib/ui/screen/homepage_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import '../widget/custom_card.dart';
import '../widget/search_bar.dart';
import 'task_editor_screen.dart';
import 'detail_screen.dart';
import 'menu_dashboard_screen.dart';

class Home extends StatefulWidget {
final Function onMenuTap;
Expand Down
1 change: 0 additions & 1 deletion lib/ui/screen/task_editor_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import '../widget/reorderable_item.dart';
import '../widget/textfield_dialog.dart';
import '../widget/time_picker.dart';
import 'detail_screen.dart';
import 'menu_dashboard_screen.dart';

class TaskEditorArguments {
final bool isNew;
Expand Down

0 comments on commit 280c9e9

Please sign in to comment.