Skip to content

Commit

Permalink
web version
Browse files Browse the repository at this point in the history
  • Loading branch information
fobf committed Oct 4, 2021
1 parent dcf9fdd commit cadb6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/task_data.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/cupertino.dart';
import 'package:todoey/models/task.dart';
import 'package:flutter/foundation.dart';
import 'package:todoey/models/task.dart';

import 'dart:collection';

class TaskData extends ChangeNotifier {
Expand Down
1 change: 1 addition & 0 deletions lib/widgets/task_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class TaskTile extends StatelessWidget {
final bool? isChecked;
final String taskTitle;
final Function() longPressCallback;
// ignore: use_key_in_widget_constructors
TaskTile(
{this.isChecked = false,
required this.taskTitle,
Expand Down

0 comments on commit cadb6a6

Please sign in to comment.