Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yu6hooke committed Mar 27, 2024
1 parent 9312662 commit 39412e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ test('Tap NewTaskButton, navigate detail', () async {
│   │   ├── fake_todo_repository.dart
│   │   ├── fake_todo_repository.freezed.dart
│   │   ├── todo_repository.dart
│   │   ├── todo_repository.freezed.dart
│   │   └── todo_repository_impl.dart
│   │   └── todo_repository.freezed.dart
│   ├── domain
│   │   ├── model
│   │   │   ├── editable_user_task.dart
Expand Down Expand Up @@ -136,7 +135,8 @@ test('Tap NewTaskButton, navigate detail', () async {
│   ├── task_list_notifier.g.dart
│   ├── task_list_page.dart
│   └── ui_components
│   └── task_list_item.dart
│   ├── task_list_item.dart
│   └── task_list_placeholder.dart
├── main.dart
└── main_device_preview.dart
```
Expand Down

0 comments on commit 39412e6

Please sign in to comment.