File tree
13 files changed
+353
-201
lines changedFilter options
- lib
- data/interceptor
- injection
- presentation
- extensions
- features/profile
- cubit
- ui
- resources
- widgets/app_bar
13 files changed
+353
-201
lines changedlib/data/interceptor/auth_interceptor.dart
Copy file name to clipboardExpand all lines: lib/data/interceptor/auth_interceptor.dart+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 |
| - |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
lib/injection/dependencies.dart
Copy file name to clipboardExpand all lines: lib/injection/dependencies.dart+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
| 24 | + |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
|
lib/presentation/extensions/presentation_extensions.dart
Copy file name to clipboardExpand all lines: lib/presentation/extensions/presentation_extensions.dart+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
lib/presentation/features/profile/cubit/profile_cubit.dart
Copy file name to clipboardExpand all lines: lib/presentation/features/profile/cubit/profile_cubit.dart+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
| 28 | + |
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
| ||
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
38 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
39 | 43 |
|
40 | 44 |
|
41 | 45 |
|
|
lib/presentation/features/profile/ui/profile_body.dart
Copy file name to clipboardExpand all lines: lib/presentation/features/profile/ui/profile_body.dart+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
|
lib/presentation/resources/app_colors.dart
Copy file name to clipboardExpand all lines: lib/presentation/resources/app_colors.dart+22-143Lines changed: 22 additions & 143 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 |
| - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
5 | 9 |
|
6 | 10 |
|
7 | 11 |
|
| ||
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
| 33 | + |
29 | 34 |
|
| 35 | + |
30 | 36 |
|
| 37 | + |
31 | 38 |
|
| 39 | + |
32 | 40 |
|
| 41 | + |
33 | 42 |
|
| 43 | + |
34 | 44 |
|
| 45 | + |
35 | 46 |
|
| 47 | + |
36 | 48 |
|
| 49 | + |
37 | 50 |
|
| 51 | + |
38 | 52 |
|
| 53 | + |
39 | 54 |
|
| 55 | + |
40 | 56 |
|
| 57 | + |
41 | 58 |
|
| 59 | + |
42 | 60 |
|
| 61 | + |
43 | 62 |
|
44 | 63 |
|
45 | 64 |
|
| 65 | + |
46 | 66 |
|
| 67 | + |
47 | 68 |
|
48 | 69 |
|
49 | 70 |
|
| ||
95 | 116 |
|
96 | 117 |
|
97 | 118 |
|
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 |
| - |
170 |
| - |
171 |
| - |
172 |
| - |
173 |
| - |
174 |
| - |
175 |
| - |
176 |
| - |
177 |
| - |
178 |
| - |
179 |
| - |
180 |
| - |
181 |
| - |
182 |
| - |
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
204 |
| - |
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
215 |
| - |
216 |
| - |
217 |
| - |
218 |
| - |
219 |
| - |
220 |
| - |
221 |
| - |
222 |
| - |
223 |
| - |
224 |
| - |
225 |
| - |
226 |
| - |
227 |
| - |
228 |
| - |
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| - |
236 |
| - |
237 |
| - |
238 |
| - |
239 |
| - |
240 | 119 |
|
241 | 120 |
|
242 | 121 |
|
|
0 commit comments