-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructure.txt
More file actions
116 lines (116 loc) · 3.73 KB
/
structure.txt
File metadata and controls
116 lines (116 loc) · 3.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
📁 lib
📄 firebase_options.dart
📄 main.dart
📁 .idea
📄 .gitignore
📄 lib.iml
📄 misc.xml
📄 modules.xml
📄 vcs.xml
📄 workspace.xml
📁 caches
📄 deviceStreaming.xml
📁 core
📁 config
📄 injection_container.dart
📁 constants
📄 onboarding_prefs.dart
📁 errors
📄 failures.dart
📁 routing
📄 app_router.dart
📁 services
📄 cloudinary_service.dart
📁 theme
📄 app_theme.dart
📁 usecases
📄 usecase.dart
📁 utils
📄 input_validators.dart
📁 features
📁 auth
📁 data
📁 datasources
📄 auth_remote_datasource.dart
📁 models
📄 app_user_model.dart
📁 repositories
📄 auth_repository_impl.dart
📁 domain
📁 entities
📄 app_user.dart
📄 user_project.dart
📁 repositories
📄 auth_repository.dart
📁 usecases
📄 get_current_user.dart
📄 login.dart
📄 logout.dart
📄 register.dart
📄 reset_password.dart
📁 presentation
📄 login_screen.dart
📄 register_screen.dart
📄 reset_password_screen.dart
📄 splash_screen.dart
📁 bloc
📄 auth_bloc.dart
📄 auth_event.dart
📄 auth_state.dart
📁 pages
📄 login_page.dart
📄 onboarding_page.dart
📄 register_page.dart
📄 reset_password_page.dart
📁 chat
📁 data
📄 chat_remote_datasource.dart
📁 presentation
📁 pages
📄 chat_detail_page.dart
📄 chat_list_page.dart
📁 home
📁 presentation
📄 home_shell.dart
📁 posts
📁 data
📁 datasources
📄 posts_remote_datasource.dart
📁 models
📄 comment_model.dart
📄 post_model.dart
📁 repositories
📄 post_repository_impl.dart
📁 domain
📁 entities
📄 comment.dart
📄 post.dart
📁 repositories
📄 post_repository.dart
📁 usecases
📄 add_comment.dart
📄 create_post.dart
📄 delete_post.dart
📄 get_feed_page.dart
📄 like_post.dart
📄 unlike_post.dart
📁 presentation
📁 bloc
📄 feed_bloc.dart
📄 feed_event.dart
📄 feed_state.dart
📁 pages
📄 feed_page.dart
📁 widgets
📁 profile
📁 data
📄 profile_remote_datasource.dart
📁 presentation
📁 pages
📄 profile_page.dart
📁 request
📄 request.dart
📁 search
📁 presentation
📁 pages
📄 search_page.dart