Skip to content

Commit

Permalink
fix: fixed analysis errors by adding build_collection to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rohansen856 committed Dec 16, 2024
1 parent db86435 commit badbf4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ dependencies:
tutorial_coach_mark: ^1.2.11
url_launcher: ^6.1.14
uuid: ^4.2.2
built_collection: ^5.1.1

dev_dependencies:
build_runner: null
Expand Down
3 changes: 0 additions & 3 deletions test/utils/taskfunctions/comparator_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ void main() {
final task1 = createTask();
final task2 = createTask();

// Define urgency function to compare tasks
int urgency(Task task) => task.entry.microsecondsSinceEpoch;

final comparator = compareTasks('Urgency');
expect(comparator(task1, task2), equals(0));
});
Expand Down

0 comments on commit badbf4a

Please sign in to comment.