Skip to content

Commit 54fb08d

Browse files
chore: update project structure
1 parent 15fec4d commit 54fb08d

1 file changed

Lines changed: 24 additions & 23 deletions

File tree

project_structure.txt

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,12 @@
262262
│   │   ├── app_en.arb
263263
│   │   ├── app_gu.arb
264264
│   │   ├── app_hi.arb
265+
│   │   ├── app_kn.arb
265266
│   │   ├── app_localizations.dart
266267
│   │   ├── app_localizations_en.dart
267268
│   │   ├── app_localizations_gu.dart
268269
│   │   ├── app_localizations_hi.dart
270+
│   │   ├── app_localizations_kn.dart
269271
│   │   ├── app_localizations_mr.dart
270272
│   │   └── app_mr.arb
271273
│   ├── main.dart
@@ -415,27 +417,26 @@
415417
├── project_structure.txt
416418
├── pubspec.lock
417419
├── pubspec.yaml
418-
├── test
419-
│   └── controllers
420-
│   ├── about_app_screen_controller_test.dart
421-
│   ├── about_app_screen_controller_test.mocks.dart
422-
│   ├── auth_state_controller_test.dart
423-
│   ├── auth_state_controller_test.mocks.dart
424-
│   ├── change_email_controller_test.dart
425-
│   ├── change_email_controller_test.mocks.dart
426-
│   ├── chapter_player_controller_test.dart
427-
│   ├── create_room_controller_test.dart
428-
│   ├── create_room_controller_test.mocks.dart
429-
│   ├── edit_profile_controller_test.dart
430-
│   ├── edit_profile_controller_test.mocks.dart
431-
│   ├── explore_story_controller_test.dart
432-
│   ├── explore_story_controller_test.mocks.dart
433-
│   ├── friend_calling_controller_test.dart
434-
│   ├── friend_calling_controller_test.mocks.dart
435-
│   ├── friends_controller_test.dart
436-
│   ├── friends_controller_test.mocks.dart
437-
│   ├── user_profile_controller_test.dart
438-
│   └── user_profile_controller_test.mocks.dart
439-
└── untranslated.txt
420+
└── test
421+
└── controllers
422+
├── about_app_screen_controller_test.dart
423+
├── about_app_screen_controller_test.mocks.dart
424+
├── auth_state_controller_test.dart
425+
├── auth_state_controller_test.mocks.dart
426+
├── change_email_controller_test.dart
427+
├── change_email_controller_test.mocks.dart
428+
├── chapter_player_controller_test.dart
429+
├── create_room_controller_test.dart
430+
├── create_room_controller_test.mocks.dart
431+
├── edit_profile_controller_test.dart
432+
├── edit_profile_controller_test.mocks.dart
433+
├── explore_story_controller_test.dart
434+
├── explore_story_controller_test.mocks.dart
435+
├── friend_calling_controller_test.dart
436+
├── friend_calling_controller_test.mocks.dart
437+
├── friends_controller_test.dart
438+
├── friends_controller_test.mocks.dart
439+
├── user_profile_controller_test.dart
440+
└── user_profile_controller_test.mocks.dart
440441

441-
80 directories, 359 files
442+
80 directories, 360 files

0 commit comments

Comments
 (0)