Skip to content

Commit 1e00742

Browse files
chore: update project tree in readme
1 parent d5d34a5 commit 1e00742

File tree

1 file changed

+40
-36
lines changed

1 file changed

+40
-36
lines changed

README.md

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -39,49 +39,53 @@ sample files for testing are stored in sample/ (.gitignored)
3939
```
4040
lib/
4141
├── bloc
42-
│   ├── dashboard_bloc
43-
│   │   ├── dashboard_bloc.dart
44-
│   │   ├── dashboard_event.dart
45-
│   │   └── dashboard_state.dart
46-
│   ├── process_bloc
47-
│   │   ├── process_bloc.dart
48-
│   │   ├── process_event.dart
49-
│   │   └── process_state.dart
50-
│   └── settings_bloc
51-
│   ├── settings_bloc.dart
52-
│   ├── settings_event.dart
53-
│   └── settings_state.dart
42+
│ ├── dashboard_bloc
43+
│ │ ├── dashboard_bloc.dart
44+
│ │ ├── dashboard_event.dart
45+
│ │ └── dashboard_state.dart
46+
│ ├── process_bloc
47+
│ │ ├── process_bloc.dart
48+
│ │ ├── process_event.dart
49+
│ │ └── process_state.dart
50+
│ ├── settings_bloc
51+
│ │ ├── settings_bloc.dart
52+
│ │ ├── settings_event.dart
53+
│ │ └── settings_state.dart
54+
│ └── updater_bloc
55+
│ ├── updater_bloc.dart
56+
│ ├── updater_event.dart
57+
│ └── updater_state.dart
5458
├── generated_plugin_registrant.dart
5559
├── main.dart
5660
├── models
57-
   ├── settings_model.dart
58-
   └── video.dart
61+
├── settings_model.dart
62+
└── video.dart
5963
├── repositories
60-
   ├── ccextractor.dart
61-
   └── settings_repository.dart
64+
├── ccextractor.dart
65+
└── settings_repository.dart
6266
├── screens
63-
│   ├── dashboard
64-
│   │   ├── components
65-
│   │   │   ├── add_files.dart
66-
│   │   │   ├── custom_snackbar.dart
67-
│   │   │   ├── process_tile.dart
68-
│   │   │   └── udp_button.dart
69-
│   │   └── dashboard.dart
70-
│   ├── home.dart
71-
│   └── settings
72-
│   ├── basic_settings.dart
73-
│   ├── components
74-
│   │   ├── custom_divider.dart
75-
│   │   ├── custom_dropdown.dart
76-
│   │   ├── custom_swtich_listTile.dart
77-
│   │   └── custom_textfield.dart
78-
│   ├── input_settings.dart
79-
│   ├── obscure_settings.dart
80-
│   └── output_settings.dart
67+
│ ├── dashboard
68+
│ │ ├── components
69+
│ │ │ ├── add_files.dart
70+
│ │ │ ├── custom_snackbar.dart
71+
│ │ │ ├── process_tile.dart
72+
│ │ │ └── udp_button.dart
73+
│ │ └── dashboard.dart
74+
│ ├── home.dart
75+
│ └── settings
76+
│ ├── basic_settings.dart
77+
│ ├── components
78+
│ │ ├── current_command.dart
79+
│ │ ├── custom_divider.dart
80+
│ │ ├── custom_dropdown.dart
81+
│ │ ├── custom_swtich_listTile.dart
82+
│ │ └── custom_textfield.dart
83+
│ ├── input_settings.dart
84+
│ ├── obscure_settings.dart
85+
│ └── output_settings.dart
8186
└── utils
8287
├── constants.dart
8388
└── responsive.dart
84-
85-
12 directories, 31 files
8689
90+
13 directories, 35 files
8791
```

0 commit comments

Comments
 (0)