Commit 6b908c6
[Feature] Add utility extensions (#11)
* feat: implement date time picker utils and extensions
* feat: use file picker utils on the contact us
* chore: resolve merge conflicts from develop branch
* ref: refactor utils
* chore: resolve merge conflicts from develop
* chore: resolve merge conflicts from develop
* chore: resolve merge conflicts from develop
* feat: add file size and type validation for photo, image, video and files
* feat: add permission util class
* [Refactor] Add constant in particular feture const file and add doc comments on mime constants
* [Refactor] Move constants to dedicated directory
* [Refactor] Rename folder from feature to constant
* [Refactor] Applied suggested PR changes and sorted localization keys alphabetically
* [Feature] Add unit tests for datetime extensions utilities
* [Fix] Ignore cacheoptions in mock Dio get requests and fix test failures
* [Refactor] Applied ai suggested improvements in applicable areas of code
* [Refactor] Applied suggested changes from PR comments
* [Refactor] Rename file extension constants with dot prefix
* [Refactor] Add clarity missing import
* refactor: remove unused import from login bloc
---------
Co-authored-by: vishaltsolguruz <vishalt@solguruz.com>1 parent 0b106f1 commit 6b908c6
29 files changed
Lines changed: 1288 additions & 384 deletions
File tree
- integration_test/presentation/login
- lib
- constants
- i18n
- presentation
- chat/widgets
- contact_us
- bloc
- constant
- widgets
- delete_account
- login
- bloc
- screens
- login_with_email
- login_with_phone_number
- profile
- signup
- bloc
- screens/signup_with_email
- utils
- extensions
- validators
- widgets/app_button
- test/test_utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 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 | + | |
9 | 50 | | |
10 | 51 | | |
11 | 52 | | |
| |||
15 | 56 | | |
16 | 57 | | |
17 | 58 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 59 | | |
28 | 60 | | |
29 | 61 | | |
30 | 62 | | |
31 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments