|
262 | 262 | │ │ ├── app_en.arb |
263 | 263 | │ │ ├── app_gu.arb |
264 | 264 | │ │ ├── app_hi.arb |
| 265 | +│ │ ├── app_kn.arb |
265 | 266 | │ │ ├── app_localizations.dart |
266 | 267 | │ │ ├── app_localizations_en.dart |
267 | 268 | │ │ ├── app_localizations_gu.dart |
268 | 269 | │ │ ├── app_localizations_hi.dart |
| 270 | +│ │ ├── app_localizations_kn.dart |
269 | 271 | │ │ ├── app_localizations_mr.dart |
270 | 272 | │ │ └── app_mr.arb |
271 | 273 | │ ├── main.dart |
|
415 | 417 | ├── project_structure.txt |
416 | 418 | ├── pubspec.lock |
417 | 419 | ├── 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 |
440 | 441 |
|
441 | | -80 directories, 359 files |
| 442 | +80 directories, 360 files |
0 commit comments