-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancing UX by introducing User Profile Modification Feature #2268
Conversation
Our Pull Request Approval ProcessWe have these basic policies to make the approval process smoother for our volunteer team. Testing Your CodePlease make sure your code passes all tests. Our test code coverage system will fail if either of these two conditions occur:
The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing. ReviewersWhen your PR has been assigned reviewers contact them to get your code reviewed and approved via:
Reviewing Your CodeYour reviewer(s) will have the following roles:
Other🎯 Please be considerate of our volunteers' time. Contacting the person who assigned the reviewers is not advised unless they ask for your input. Do not @ the person who did the assignment otherwise. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2268 +/- ##
===========================================
+ Coverage 88.27% 90.08% +1.80%
===========================================
Files 155 155
Lines 7352 7430 +78
===========================================
+ Hits 6490 6693 +203
+ Misses 862 737 -125 ☔ View full report in Codecov by Sentry. |
@noman2002 @Cioppolo14 @Kevoniat Please assign reviewers for this, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Remove print statements.
- Write good documentation. Don't leave the template as is.
- Add empty lines to make the code more readable.
lib/view_model/after_auth_view_models/add_post_view_models/add_post_view_model.dart
Outdated
Show resolved
Hide resolved
lib/view_model/after_auth_view_models/add_post_view_models/add_post_view_model.dart
Outdated
Show resolved
Hide resolved
lib/view_model/after_auth_view_models/profile_view_models/edit_profile_view_model.dart
Outdated
Show resolved
Hide resolved
lib/view_model/after_auth_view_models/profile_view_models/edit_profile_view_model.dart
Outdated
Show resolved
Hide resolved
lib/view_model/after_auth_view_models/profile_view_models/edit_profile_view_model.dart
Outdated
Show resolved
Hide resolved
lib/view_model/after_auth_view_models/profile_view_models/edit_profile_view_model.dart
Outdated
Show resolved
Hide resolved
lib/view_model/after_auth_view_models/profile_view_models/edit_profile_view_model.dart
Show resolved
Hide resolved
@Dante291 fix the failing checks. Refactor the code wherever necessary. |
@literalEval please review sir. |
@Dante291 use SizeConfig everywhere. Similarly, add trailing commas wherever needed and refactor. |
@literalEval properly formatted and used dynamic sizing wherever possible, please review sir. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cover the uncovered lines in tests. Use codecov to find out the missing lines.
@literalEval All lines covered sir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…doesFoundation#2268) * Feature request: Implement User Profile Modification Feature * changes * changes * proper dynamic call * fixing tests * fixing coverage * writing test for missing lines * writing test for missing lines * writing test for missing lines * writing test for missing lines * writing test for missing lines * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * test for missing lines * adding requested changes * adding requested changes * test for missing lines
…doesFoundation#2268) * Feature request: Implement User Profile Modification Feature * changes * changes * proper dynamic call * fixing tests * fixing coverage * writing test for missing lines * writing test for missing lines * writing test for missing lines * writing test for missing lines * writing test for missing lines * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * test for missing lines * adding requested changes * adding requested changes * test for missing lines
* Bump mockito from 5.4.3 to 5.4.4 (#2254) Bumps [mockito](https://github.com/dart-lang/mockito) from 5.4.3 to 5.4.4. - [Release notes](https://github.com/dart-lang/mockito/releases) - [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/mockito/commits) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump image_picker from 1.0.4 to 1.0.5 (#2251) Bumps [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/image_picker-v1.0.5/packages/image_picker) --- updated-dependencies: - dependency-name: image_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase_messaging from 14.7.6 to 14.7.9 (#2252) Bumps [firebase_messaging](https://github.com/firebase/flutterfire/tree/master/packages/firebase_messaging) from 14.7.6 to 14.7.9. - [Release notes](https://github.com/firebase/flutterfire/releases) - [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md) - [Commits](https://github.com/firebase/flutterfire/commits/firebase_messaging-v14.7.9/packages/firebase_messaging) --- updated-dependencies: - dependency-name: firebase_messaging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Test for join_organisation_after_auth.dart (#2260) * Test for join_organisation_after_auth.dart * modify * adding more tests for complete coverage * Unittest for custom_view_modal.dart (#2250) * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * Test user config (#2258) * resolved conflicts * fetchmore result typecast * user_config.dart made 100% code coverage. * Edit: Made changes to follow the custom lints patter and updates the … (#2118) * Edit: Made changes to follow the custom lints patter and updates the package * Removed unused function in the edit_profile_view_model * added tests for convertToBase64 function * News feed comment fix (#2248) * Updated the code * Updated * Updated * Updated * Updated * Updated * Updated * Updated * Fixed View Model Test * Updated * Updated * Updated * Update pubspec.lock * fixed order * Updated * Node files not commit to project (#2267) * Fixed node file upload * Fixed node file upload * Update pull-request.yml - 88% coverage * Bump currency_picker from 2.0.19 to 2.0.20 (#2271) Bumps [currency_picker](https://github.com/Daniel-Ioannou/flutter_currency_picker) from 2.0.19 to 2.0.20. - [Release notes](https://github.com/Daniel-Ioannou/flutter_currency_picker/releases) - [Changelog](https://github.com/Daniel-Ioannou/flutter_currency_picker/blob/master/CHANGELOG.md) - [Commits](https://github.com/Daniel-Ioannou/flutter_currency_picker/compare/v2.0.19...V2.0.20) --- updated-dependencies: - dependency-name: currency_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lint from 2.2.0 to 2.3.0 (#2270) Bumps [lint](https://github.com/passsy/dart-lint) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/passsy/dart-lint/releases) - [Changelog](https://github.com/passsy/dart-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/passsy/dart-lint/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 23.2.7 to 24.1.41 (#2272) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 23.2.7 to 24.1.41. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added test for access_request_view_model (#2273) * Enhancing UX by introducing User Profile Modification Feature (#2268) * Feature request: Implement User Profile Modification Feature * changes * changes * proper dynamic call * fixing tests * fixing coverage * writing test for missing lines * writing test for missing lines * writing test for missing lines * writing test for missing lines * writing test for missing lines * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * test for missing lines * adding requested changes * adding requested changes * test for missing lines * Create ImageService (#2265) * resolved conflicts * fetchmore result typecast * added ImageService and written its tests * added coverage to missing lines. * Minor fix * fixed failing test * added ImageService and written its tests * resolved requested changes. * added changes to locator.dart * add debug print. * resolve requested changes. * resolved requested changes. * Streamlining CI/CD workflow for iOS Build and Release Process in Talawa (#2266) * testing automation * testing automation * Streamlining CI/CD workflow for iOS Build and Release Process in Talawa * Streamlining CI/CD workflow for iOS Build and Release Process in Talawa * changes * changes * changes * added check for all translation file (#2275) * added check for all translation file * fix falling test * fix the python style guide * made the requested changes * now the script will report for every file if there is error * revert back the double quotes to single quotes * error message will show path of file * improved the output message * used namedtuple to improve readability * Pinned Post Page test written (#2280) * Update pull-request.yml * Fix/actions for translation files (#2281) * added check for all translation file * fix falling test * fix the python style guide * made the requested changes * now the script will report for every file if there is error * revert back the double quotes to single quotes * error message will show path of file * improved the output message * used namedtuple to improve readability * used argparser * made the changes * made the changes * Script Update: Detailed Error Output for Translation Mismatches (#2284) * Verification of Translation Comparison Script Functionality * testing when default language has 1 extra key * testing when default language has 1 extra key * testing when key in DL has different spacing in a key * testing multiple extra keys in DL * testing when key is wrong in other translation files * Modifying script to give more detailed description for the missing or mismatched key * testing * testing * testing * testing * more detailed description for error * testing * testing if new script displays the correct error for new key that is not present in non default files * testing for wrong key in non default * modified compare translation script * testing * testing * modified * Update README.md * Database mutations test added (#2285) * Updated Code * Updated Code * Update CONTRIBUTING.md * test for access request screen (#2286) * test for access request screen * fixed falling test cases * fix falling test * fix falling test * Event service test (#2288) * modify fetchRegistrantsByEvent test * test for dispose method * test for getters * fix format issues * fix format issues * fix codebase issues * add test for getEvents * Bump cached_network_image from 3.3.0 to 3.3.1 (#2295) Bumps [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image) from 3.3.0 to 3.3.1. - [Commits](https://github.com/Baseflow/flutter_cached_network_image/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: cached_network_image dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_datepicker from 24.1.41 to 24.1.43 (#2294) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.41 to 24.1.43. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flutter_local_notifications from 16.2.0 to 16.3.0 (#2292) Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 16.2.0 to 16.3.0. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v16.2.0...flutter_local_notifications-v16.3.0) --- updated-dependencies: - dependency-name: flutter_local_notifications dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.41 to 24.1.43 (#2293) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.41 to 24.1.43. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixes #2192 #1602 , Improving Filters UI (#2245) * Add:Filters * Add:Documentation * Add:MultiLingual Support * Fix:Format * Reduced: Lines of Codes * Fixed:Tests * Add:Fix Failing test case * Add:Tests for requested lines * Add:test for filter changing * Fixed:changes requested * Add:Changes * Fix:Documentation * Fix:Dart version * Fixed:spacing * Remove: useless docs * Remove:Spaces * Removed:spaces * Fix:Constant Sizes * Fix:Format issues * Minor FIx * Fix:format * Fix:Dynamic size * Fix:Dynamic size * Fix:Failing test * Fix:Failing test * Comprehensive Language Translation Enhancement for App Globalization (#2290) * Comprehensive Language Translation Enhancement for App Globalization * adding more translations * testing * test * test * test * proper format for translation files * formating * formating * formating * fixing translation * fixing linting errors * writing test for missing lines * writing test for missing lines * writing test for missing lines * fixing translations * fixing translations * fixing translations * fixing translations * Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#2302) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add: GraphQl Test (#2298) * Update pull-request.yml * created settings page (#2299) * created settings page * formatted the code * fixed failing tests * resolved requested changes * fixed failing tests * Select contact test (#2301) * Created Test * Updated Formatting * fixed fetch events bug (#2308) * fixed events fetching bug * fixed failing tests * added comments to event_queries * fixed failing test * Refactor: Decouple ViewModel by Moving UI Logic to View (#2306) * Refactor: Decouple ViewModel by Moving UI Logic to View * refactoring app_settings_view_model and app_seetings_page * writing test for missing lines * fix: Removed all references to Google firebase (#2257) * feature: Removed all references to Google firebase * formatted firebase_mocks.dart * removed ignore directive for custom lint rule * formatted login_view_model file * removal of commented code * removed fcmToken test * avoid dynamic calls check passed * format check * fixed linting issue * added documentation for event_queries file * format check * Bump syncfusion_flutter_datepicker from 24.1.43 to 24.1.44 (#2315) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.43 to 24.1.44. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher_platform_interface from 2.2.0 to 2.3.0 (#2314) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.0/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump image_picker from 1.0.5 to 1.0.6 (#2313) Bumps [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/image_picker-v1.0.6/packages/image_picker) --- updated-dependencies: - dependency-name: image_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump video_player from 2.8.1 to 2.8.2 (#2317) Bumps [video_player](https://github.com/flutter/packages/tree/main/packages/video_player) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/video_player-v2.8.2/packages/video_player) --- updated-dependencies: - dependency-name: video_player dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump google_maps_flutter from 2.5.0 to 2.5.1 (#2316) Bumps [google_maps_flutter](https://github.com/flutter/packages/tree/main/packages/google_maps_flutter) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/google_maps_flutter-v2.5.1/packages/google_maps_flutter) --- updated-dependencies: - dependency-name: google_maps_flutter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * written test for post_modal.dart (#2304) * written test for post_modal.dart * written the missing test * descriptive name to the key * fix failing test * created settings page (#2299) * created settings page * formatted the code * fixed failing tests * resolved requested changes * fixed failing tests * rebased * descriptive name to the key * Select contact test (#2301) * Created Test * Updated Formatting * fixed fetch events bug (#2308) * fixed events fetching bug * fixed failing tests * added comments to event_queries * fixed failing test * Refactor: Decouple ViewModel by Moving UI Logic to View (#2306) * Refactor: Decouple ViewModel by Moving UI Logic to View * refactoring app_settings_view_model and app_seetings_page * writing test for missing lines * fix: Removed all references to Google firebase (#2257) * feature: Removed all references to Google firebase * formatted firebase_mocks.dart * removed ignore directive for custom lint rule * formatted login_view_model file * removal of commented code * removed fcmToken test * avoid dynamic calls check passed * format check * fixed linting issue * added documentation for event_queries file * format check * Bump syncfusion_flutter_datepicker from 24.1.43 to 24.1.44 (#2315) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.43 to 24.1.44. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher_platform_interface from 2.2.0 to 2.3.0 (#2314) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.0/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump image_picker from 1.0.5 to 1.0.6 (#2313) Bumps [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/image_picker-v1.0.6/packages/image_picker) --- updated-dependencies: - dependency-name: image_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump video_player from 2.8.1 to 2.8.2 (#2317) Bumps [video_player](https://github.com/flutter/packages/tree/main/packages/video_player) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/video_player-v2.8.2/packages/video_player) --- updated-dependencies: - dependency-name: video_player dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump google_maps_flutter from 2.5.0 to 2.5.1 (#2316) Bumps [google_maps_flutter](https://github.com/flutter/packages/tree/main/packages/google_maps_flutter) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/google_maps_flutter-v2.5.1/packages/google_maps_flutter) --- updated-dependencies: - dependency-name: google_maps_flutter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * merged develop branch * fix * fix failing test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Shaik Azad <[email protected]> Co-authored-by: Shivam Gupta <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: Abhishek Saini <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test for individual post screen written (#2300) * test for individual post screen written * removed pubspec.lock * fix falling test case" * removed pubspec.lock * Comprehensive Language Translation Enhancement for App Globalization (#2290) * Comprehensive Language Translation Enhancement for App Globalization * adding more translations * testing * test * test * test * proper format for translation files * formating * formating * formating * fixing translation * fixing linting errors * writing test for missing lines * writing test for missing lines * writing test for missing lines * fixing translations * fixing translations * fixing translations * fixing translations * Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#2302) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add: GraphQl Test (#2298) * Update pull-request.yml * fix failing test case * added pubspec.lock from develop * removed pubspec.lock * lock file * Comprehensive Language Translation Enhancement for App Globalization (#2290) * Comprehensive Language Translation Enhancement for App Globalization * adding more translations * testing * test * test * test * proper format for translation files * formating * formating * formating * fixing translation * fixing linting errors * writing test for missing lines * writing test for missing lines * writing test for missing lines * fixing translations * fixing translations * fixing translations * fixing translations * fix * fix * fix * fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ayush Raghuwanshi <[email protected]> Co-authored-by: Peter Harrison <[email protected]> * fixed enable_avoid_dynamic_calls (#2312) * fixed avoid_dynamic_calls * added docs to chat_service * added docs to org_service * added docs to task_service * removed ignore_directives from user_config * added docs to login_view_model * signup_details_view_model * added docs to event_date_time_tile * added docs to memeber_name_tile * added docs to pinned_carousel_widget * fixed failing tests * added tests to missing lines * fixed failing tests * resolved requested changes * transferred doc description to second para * restricted comments length to 80 chars/line * dart format * fixed a minor typo * Bump path_provider from 2.1.1 to 2.1.2 (#2323) Bumps [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/path_provider-v2.1.2/packages/path_provider) --- updated-dependencies: - dependency-name: path_provider dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump google_maps_flutter from 2.5.1 to 2.5.3 (#2324) Bumps [google_maps_flutter](https://github.com/flutter/packages/tree/main/packages/google_maps_flutter) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/google_maps_flutter-v2.5.3/packages/google_maps_flutter) --- updated-dependencies: - dependency-name: google_maps_flutter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher_platform_interface from 2.3.0 to 2.3.1 (#2326) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.1/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_datepicker from 24.1.44 to 24.1.45 (#2327) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.44 to 24.1.45. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump get_it from 7.6.4 to 7.6.6 (#2325) Bumps [get_it](https://github.com/fluttercommunity/get_it) from 7.6.4 to 7.6.6. - [Changelog](https://github.com/fluttercommunity/get_it/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/get_it/commits) --- updated-dependencies: - dependency-name: get_it dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * converted private orgs to userRegistrationRequired orgs (#2322) * converted private orgs to userRegistrationRequired orgs * fixed run_check_ignore * Main Screen View Model Tests Written (#2318) * Main Screen View Model Tests Written * Changes fixed * Fixed linting * Deleted the unused part --------- Co-authored-by: Manik <Manik2708> * Improving UX: Intuitive User Posts and User Events Display and Dynamic Feed Functionality (#2321) * Improving UX: Elevated UX through Intuitive User Posts and User Events Display and Dynamic Feed Functionality * fixing docs * fixing default linting * fixing tests * fixing docs * fixing docs and writing test for missing lines * fixing docs and writing test for missing lines * making required changes * writing test for missing lines * writing test for missing lines * fixing formatting and tests * fixing coverage * app localisation * fixing coverage * small changes * small changes * Update pull-request.yml * Update push.yaml * Re-enable custom lint, update lint rules and fix docs (#2335) * update talawa_lint * update talawa_lint * Fix Main Screen View Model doc (#2347) * update talawa_lint * update talawa_lint * fix doc in main_screen_view_model * Made test warnings fatal (#2332) * made test warnings fatal * chore: fixed run_check_ignore * resolved requested changes * chore: dart format * Update CONTRIBUTING.md * Update INSTALLATION.md * Update dependancy mocktail_image_network to 1.1.0 (#2353) * Bug: no validation and confirmation on comments (#2349) * Bug: no validation and confirmation on comments * add more tests * fixing coverage * fixing coverage * minor changes * making requested changes * minor changes * adding more meaningful comments and refactoring * fixing previous docs * Update pull-request.yml * Bump syncfusion_flutter_datepicker from 24.1.45 to 24.1.47 (#2358) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.1.47. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher from 6.2.3 to 6.2.4 (#2359) Bumps [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 6.2.3 to 6.2.4. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.2.4/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump font_awesome_flutter from 10.6.0 to 10.7.0 (#2360) Bumps [font_awesome_flutter](https://github.com/fluttercommunity/font_awesome_flutter) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/fluttercommunity/font_awesome_flutter/releases) - [Changelog](https://github.com/fluttercommunity/font_awesome_flutter/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/font_awesome_flutter/compare/10.6.0...10.7.0) --- updated-dependencies: - dependency-name: font_awesome_flutter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flutter_local_notifications from 16.3.0 to 16.3.2 (#2361) Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 16.3.0 to 16.3.2. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v16.3.0...flutter_local_notifications-v16.3.2) --- updated-dependencies: - dependency-name: flutter_local_notifications dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix the event calender bug (#2352) * fix the event calender bug * fix failing test case * fix failing test case * used on clause * added test for missing line * added test for missing line * fix failinf test * Update README.md * Deprecate Google Maps Integration (#2363) * Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update pull-request-target.yml * Created Session Management. (#2362) * feat: efficient session management * chore: run check ignore * Revert "chore: run check ignore" This reverts commit be7e49f1d03a6a047417af98f327ea49ade5f807. * chore fix: run check ignore * feat: added new package fake_async * chore: fixed codecov drop * Update README.md * Deprecate Google Maps Integration (#2363) * Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixed requested changes * pulled latest upstream --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: Shivam Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat:Deprecate the Event task/project feature (#2364) * removed all code related to task feature * fix failing test * fix failing test * fix failing test * Squashed commit of the following: commit 69e6513a90284a61a4713eb21244b45fa717aba2 Author: Shaik Azad <[email protected]> Date: Sun Feb 11 20:17:19 2024 +0530 Created Session Management. (#2362) * feat: efficient session management * chore: run check ignore * Revert "chore: run check ignore" This reverts commit be7e49f1d03a6a047417af98f327ea49ade5f807. * chore fix: run check ignore * feat: added new package fake_async * chore: fixed codecov drop * Update README.md * Deprecate Google Maps Integration (#2363) * Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixed requested changes * pulled latest upstream --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: Shivam Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 1110aef0987e1b37ff6c6351fcb30be2d372548c Author: Crystian I <[email protected]> Date: Tue Feb 6 21:38:27 2024 -0500 Update pull-request-target.yml commit 10d58db4f79739fa59f5a83f37034fa4a62d3c65 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 02:40:39 2024 -0800 Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 7bfbaef41d77fd8a34a64d6b78059e3d71f09df8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 02:04:46 2024 -0800 Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 38682c8319b7b3a82e62f87e0b37e139a65d95bd Author: Shivam Gupta <[email protected]> Date: Sun Feb 4 01:16:07 2024 +0530 Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * fix conflict * Squashed commit of the following: commit 69e6513a90284a61a4713eb21244b45fa717aba2 Author: Shaik Azad <[email protected]> Date: Sun Feb 11 20:17:19 2024 +0530 Created Session Management. (#2362) * feat: efficient session management * chore: run check ignore * Revert "chore: run check ignore" This reverts commit be7e49f1d03a6a047417af98f327ea49ade5f807. * chore fix: run check ignore * feat: added new package fake_async * chore: fixed codecov drop * Update README.md * Deprecate Google Maps Integration (#2363) * Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixed requested changes * pulled latest upstream --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: Shivam Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 1110aef0987e1b37ff6c6351fcb30be2d372548c Author: Crystian I <[email protected]> Date: Tue Feb 6 21:38:27 2024 -0500 Update pull-request-target.yml commit 10d58db4f79739fa59f5a83f37034fa4a62d3c65 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 02:40:39 2024 -0800 Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 7bfbaef41d77fd8a34a64d6b78059e3d71f09df8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 02:04:46 2024 -0800 Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 38682c8319b7b3a82e62f87e0b37e139a65d95bd Author: Shivam Gupta <[email protected]> Date: Sun Feb 4 01:16:07 2024 +0530 Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * fix failing test * Bump permission_handler from 11.1.0 to 11.2.1 (#2369) Bumps [permission_handler](https://github.com/baseflow/flutter-permission-handler) from 11.1.0 to 11.2.1. - [Commits](https://github.com/baseflow/flutter-permission-handler/compare/permission_handler_v11.1.0...permission_handler_v11.2.1) --- updated-dependencies: - dependency-name: permission_handler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_datepicker from 24.2.3 to 24.2.4 (#2370) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.2.3 to 24.2.4. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ios image upload crash fix (#2371) Co-authored-by: Jay Agrawal <[email protected]> * Deprecate the Group Chats for Events Feature (#2305) * Events Feature removed * test fixes * docs rewrite * comment fixes * comment fixes * fixes * Bump syncfusion_flutter_calendar from 24.2.3 to 24.2.4 (#2382) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.2.3 to 24.2.4. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher_platform_interface from 2.3.1 to 2.3.2 (#2381) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.2/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump geolocator from 10.1.0 to 11.0.0 (#2378) Bumps [geolocator](https://github.com/baseflow/flutter-geolocator) from 10.1.0 to 11.0.0. - [Commits](https://github.com/baseflow/flutter-geolocator/compare/geolocator_v10.1.0...geolocator_v11.0.0) --- updated-dependencies: - dependency-name: geolocator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump permission_handler from 11.2.1 to 11.3.0 (#2379) Bumps [permission_handler](https://github.com/baseflow/flutter-permission-handler) from 11.2.1 to 11.3.0. - [Commits](https://github.com/baseflow/flutter-permission-handler/compare/permission_handler_v11.2.1...permission_handler_v11.3.0) --- updated-dependencies: - dependency-name: permission_handler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Upgraded github actions to the latest versions (#2385) Co-authored-by: Peter Harrison <[email protected]> * Remove the geolocator package (#2388) * added additional test cases to edit profile page test file (#2331) * added additional test cases to edit profile page test file * updates the code * fixed failing tests * fixed * Done some corrections in previous code * Update edit_profile_page_test.dart * Update edit_profile_page_test.dart * Made some changes to run the tests Made some changes to run the tests * Built User Interface for creating recurring events. (#2386) * Built User Interface for creating recurring events. * covered missing lines * Bump url_launcher from 6.2.4 to 6.2.5 (#2396) Bumps [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 6.2.4 to 6.2.5. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.2.5/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flutter_svg from 2.0.9 to 2.0.10+1 (#2397) Bumps [flutter_svg](https://github.com/dnfield/flutter_svg/tree/master/packages) from 2.0.9 to 2.0.10+1. - [Release notes](https://github.com/dnfield/flutter_svg/releases) - [Commits](https://github.com/dnfield/flutter_svg/commits/HEAD/packages) --- updated-dependencies: - dependency-name: flutter_svg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * removed geocoding (#2403) * Fix Navigation: On clicking change language it navigates to home screen. (#2402) * fixed select language button * updated select language bug fix * Update README.md * Unittests for organization_feed_view_model.dart (#2390) * Unittests for organization_feed_view_model.dart * update removePost function * dart format for organization_feed_view_model.dart * add unit test function for pinnedPosts * Revert changes to pubspec.lock * Bump currency_picker from 2.0.20 to 2.0.21 (#2408) Bumps [currency_picker](https://github.com/Daniel-Ioannou/flutter_currency_picker) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/Daniel-Ioannou/flutter_currency_picker/releases) - [Changelog](https://github.com/Daniel-Ioannou/flutter_currency_picker/blob/master/CHANGELOG.md) - [Commits](https://github.com/Daniel-Ioannou/flutter_currency_picker/compare/V2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: currency_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump provider from 6.1.1 to 6.1.2 (#2409) Bumps [provider](https://github.com/rrousselGit/provider) from 6.1.1 to 6.1.2. - [Commits](https://github.com/rrousselGit/provider/compare/provider-v6.1.1...provider-v6.1.2) --- updated-dependencies: - dependency-name: provider dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flutter_braintree from 3.0.0 to 4.0.0 (#2410) Bumps [flutter_braintree](https://github.com/pikaju/flutter-braintree) from 3.0.0 to 4.0.0. - [Changelog](https://github.com/pikaju/flutter-braintree/blob/main/CHANGELOG.md) - [Commits](https://github.com/pikaju/flutter-braintree/commits) --- updated-dependencies: - dependency-name: flutter_braintree dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Integrated create recurrence event API. (#2412) * feat: Integrated create recurrence event API * minor bug fix * Fix/event calender screen bug (#2405) * fix the event calender bug * fix failing test case * fix failing test case * used on clause * added test for missing line * added test for missing line * fix failinf test * fix event calender bug * added test * fix failing test case * fix failing test case * added test * added more test * fix failing test case * fixed formating error * Bump video_player from 2.8.2 to 2.8.3 (#2419) Bumps [video_player](https://github.com/flutter/packages/tree/main/packages/video_player) from 2.8.2 to 2.8.3. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/video_player-v2.8.3/packages/video_player) --- updated-dependencies: - dependency-name: video_player dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Feature-Request: Flutter SDK Migration to version 13.9.0 (#2413) * changed flutter sdk to 3.19.0 * removed buildscript from android/build.gradle * updated sdk to 34 * added android:exported="true" * added pluginManagement to settings.gradle * changed flutter sdk version in workflows * code formatted * Commented the error * The Join organisation button has stick to the bottom (#2411) * Update splash_screen_test.dart (#2406) * Remove shadow from buttons (#2395) * Update pull-request.yml * Bump syncfusion_flutter_calendar from 24.2.4 to 24.2.9 (#2425) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.2.4 to 24.2.9. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * bfix: handles error incase of unsuccessful logout (#2420) * bfix: handles error incase of unsuccessful logout * test: adds Test if Logout is successful test * ptch: routes to login page after logout * docs: changed a sentence to a better non reductant one * Fixed Localization not working in Home Tour & Components across App (#2424) * bfix: Localization for App Tour * Add Localization for missing components * Add Localization for snackar/Dialog messages * Test Coverage for app_tour * Written test for profile_page_view_model (#2430) * written test for profile_page_view_model * fixed linting errors * Written tests to profile page (#2433) * written test for profile_page_view_model * fixed linting errors * made profile page test coverage 100% * test PR (#2436) * Fix userType (Fixed SignUp and LogIn) (#2389) (#2435) * Bump syncfusion_flutter_calendar from 24.2.3 to 24.2.4 (#2382) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.2.3 to 24.2.4. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-patch ... * Bump url_launcher_platform_interface from 2.3.1 to 2.3.2 (#2381) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.2/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-patch ... * Bump geolocator from 10.1.0 to 11.0.0 (#2378) Bumps [geolocator](https://github.com/baseflow/flutter-geolocator) from 10.1.0 to 11.0.0. - [Commits](https://github.com/baseflow/flutter-geolocator/compare/geolocator_v10.1.0...geolocator_v11.0.0) --- updated-dependencies: - dependency-name: geolocator dependency-type: direct:production update-type: version-update:semver-major ... * Bump permission_handler from 11.2.1 to 11.3.0 (#2379) Bumps [permission_handler](https://github.com/baseflow/flutter-permission-handler) from 11.2.1 to 11.3.0. - [Commits](https://github.com/baseflow/flutter-permission-handler/compare/permission_handler_v11.2.1...permission_handler_v11.3.0) --- updated-dependencies: - dependency-name: permission_handler dependency-type: direct:production update-type: version-update:semver-minor ... * Upgraded github actions to the latest versions (#2385) * Remove the geolocator package (#2388) * added additional test cases to edit profile page test file (#2331) * added additional test cases to edit profile page test file * updates the code * fixed failing tests * fixed * Done some corrections in previous code * Update edit_profile_page_test.dart * Update edit_profile_page_test.dart * Made some changes to run the tests Made some changes to run the tests * Fix UserType * Fixing linting errors * Fixing linting errors * Fixing minor errors * Fixing failing tests * Fixing failing tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Yousef Rabia <[email protected]> Co-authored-by: Insiya <[email protected]> * fixed packages (#2439) * Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS * Bump syncfusion_flutter_calendar and syncfusion_flutter_datepicker (#2441) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) and [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages). These dependencies needed to be updated together. Updates `syncfusion_flutter_calendar` from 24.2.9 to 25.1.35 - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) Updates `syncfusion_flutter_datepicker` from 24.2.9 to 25.1.35 - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-major - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Feat: add count-changed-files and check-unauthorized pr workflow (#2447) * Add count-changed-files and check-unauthorized pr workflow * removed unwanted formatting changes * updated python script (#2449) * Bump syncfusion_flutter_datepicker from 25.1.35 to 25.1.37 (#2450) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 25.1.35 to 25.1.37. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump build_runner from 2.4.8 to 2.4.9 (#2451) Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.8 to 2.4.9. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.8...build_runner-v2.4.9) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump permission_handler from 11.3.0 to 11.3.1 (#2453) Bumps [permission_handler](https://github.com/basefl…
* Bump mockito from 5.4.3 to 5.4.4 (#2254) Bumps [mockito](https://github.com/dart-lang/mockito) from 5.4.3 to 5.4.4. - [Release notes](https://github.com/dart-lang/mockito/releases) - [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/mockito/commits) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump image_picker from 1.0.4 to 1.0.5 (#2251) Bumps [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/image_picker-v1.0.5/packages/image_picker) --- updated-dependencies: - dependency-name: image_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump firebase_messaging from 14.7.6 to 14.7.9 (#2252) Bumps [firebase_messaging](https://github.com/firebase/flutterfire/tree/master/packages/firebase_messaging) from 14.7.6 to 14.7.9. - [Release notes](https://github.com/firebase/flutterfire/releases) - [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md) - [Commits](https://github.com/firebase/flutterfire/commits/firebase_messaging-v14.7.9/packages/firebase_messaging) --- updated-dependencies: - dependency-name: firebase_messaging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Test for join_organisation_after_auth.dart (#2260) * Test for join_organisation_after_auth.dart * modify * adding more tests for complete coverage * Unittest for custom_view_modal.dart (#2250) * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * modified * Test user config (#2258) * resolved conflicts * fetchmore result typecast * user_config.dart made 100% code coverage. * Edit: Made changes to follow the custom lints patter and updates the … (#2118) * Edit: Made changes to follow the custom lints patter and updates the package * Removed unused function in the edit_profile_view_model * added tests for convertToBase64 function * News feed comment fix (#2248) * Updated the code * Updated * Updated * Updated * Updated * Updated * Updated * Updated * Fixed View Model Test * Updated * Updated * Updated * Update pubspec.lock * fixed order * Updated * Node files not commit to project (#2267) * Fixed node file upload * Fixed node file upload * Update pull-request.yml - 88% coverage * Bump currency_picker from 2.0.19 to 2.0.20 (#2271) Bumps [currency_picker](https://github.com/Daniel-Ioannou/flutter_currency_picker) from 2.0.19 to 2.0.20. - [Release notes](https://github.com/Daniel-Ioannou/flutter_currency_picker/releases) - [Changelog](https://github.com/Daniel-Ioannou/flutter_currency_picker/blob/master/CHANGELOG.md) - [Commits](https://github.com/Daniel-Ioannou/flutter_currency_picker/compare/v2.0.19...V2.0.20) --- updated-dependencies: - dependency-name: currency_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump lint from 2.2.0 to 2.3.0 (#2270) Bumps [lint](https://github.com/passsy/dart-lint) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/passsy/dart-lint/releases) - [Changelog](https://github.com/passsy/dart-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/passsy/dart-lint/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 23.2.7 to 24.1.41 (#2272) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 23.2.7 to 24.1.41. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Added test for access_request_view_model (#2273) * Enhancing UX by introducing User Profile Modification Feature (#2268) * Feature request: Implement User Profile Modification Feature * changes * changes * proper dynamic call * fixing tests * fixing coverage * writing test for missing lines * writing test for missing lines * writing test for missing lines * writing test for missing lines * writing test for missing lines * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * adding requested changes * test for missing lines * adding requested changes * adding requested changes * test for missing lines * Create ImageService (#2265) * resolved conflicts * fetchmore result typecast * added ImageService and written its tests * added coverage to missing lines. * Minor fix * fixed failing test * added ImageService and written its tests * resolved requested changes. * added changes to locator.dart * add debug print. * resolve requested changes. * resolved requested changes. * Streamlining CI/CD workflow for iOS Build and Release Process in Talawa (#2266) * testing automation * testing automation * Streamlining CI/CD workflow for iOS Build and Release Process in Talawa * Streamlining CI/CD workflow for iOS Build and Release Process in Talawa * changes * changes * changes * added check for all translation file (#2275) * added check for all translation file * fix falling test * fix the python style guide * made the requested changes * now the script will report for every file if there is error * revert back the double quotes to single quotes * error message will show path of file * improved the output message * used namedtuple to improve readability * Pinned Post Page test written (#2280) * Update pull-request.yml * Fix/actions for translation files (#2281) * added check for all translation file * fix falling test * fix the python style guide * made the requested changes * now the script will report for every file if there is error * revert back the double quotes to single quotes * error message will show path of file * improved the output message * used namedtuple to improve readability * used argparser * made the changes * made the changes * Script Update: Detailed Error Output for Translation Mismatches (#2284) * Verification of Translation Comparison Script Functionality * testing when default language has 1 extra key * testing when default language has 1 extra key * testing when key in DL has different spacing in a key * testing multiple extra keys in DL * testing when key is wrong in other translation files * Modifying script to give more detailed description for the missing or mismatched key * testing * testing * testing * testing * more detailed description for error * testing * testing if new script displays the correct error for new key that is not present in non default files * testing for wrong key in non default * modified compare translation script * testing * testing * modified * Update README.md * Database mutations test added (#2285) * Updated Code * Updated Code * Update CONTRIBUTING.md * test for access request screen (#2286) * test for access request screen * fixed falling test cases * fix falling test * fix falling test * Event service test (#2288) * modify fetchRegistrantsByEvent test * test for dispose method * test for getters * fix format issues * fix format issues * fix codebase issues * add test for getEvents * Bump cached_network_image from 3.3.0 to 3.3.1 (#2295) Bumps [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image) from 3.3.0 to 3.3.1. - [Commits](https://github.com/Baseflow/flutter_cached_network_image/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: cached_network_image dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_datepicker from 24.1.41 to 24.1.43 (#2294) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.41 to 24.1.43. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flutter_local_notifications from 16.2.0 to 16.3.0 (#2292) Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 16.2.0 to 16.3.0. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v16.2.0...flutter_local_notifications-v16.3.0) --- updated-dependencies: - dependency-name: flutter_local_notifications dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.41 to 24.1.43 (#2293) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.41 to 24.1.43. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fixes #2192 #1602 , Improving Filters UI (#2245) * Add:Filters * Add:Documentation * Add:MultiLingual Support * Fix:Format * Reduced: Lines of Codes * Fixed:Tests * Add:Fix Failing test case * Add:Tests for requested lines * Add:test for filter changing * Fixed:changes requested * Add:Changes * Fix:Documentation * Fix:Dart version * Fixed:spacing * Remove: useless docs * Remove:Spaces * Removed:spaces * Fix:Constant Sizes * Fix:Format issues * Minor FIx * Fix:format * Fix:Dynamic size * Fix:Dynamic size * Fix:Failing test * Fix:Failing test * Comprehensive Language Translation Enhancement for App Globalization (#2290) * Comprehensive Language Translation Enhancement for App Globalization * adding more translations * testing * test * test * test * proper format for translation files * formating * formating * formating * fixing translation * fixing linting errors * writing test for missing lines * writing test for missing lines * writing test for missing lines * fixing translations * fixing translations * fixing translations * fixing translations * Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#2302) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add: GraphQl Test (#2298) * Update pull-request.yml * created settings page (#2299) * created settings page * formatted the code * fixed failing tests * resolved requested changes * fixed failing tests * Select contact test (#2301) * Created Test * Updated Formatting * fixed fetch events bug (#2308) * fixed events fetching bug * fixed failing tests * added comments to event_queries * fixed failing test * Refactor: Decouple ViewModel by Moving UI Logic to View (#2306) * Refactor: Decouple ViewModel by Moving UI Logic to View * refactoring app_settings_view_model and app_seetings_page * writing test for missing lines * fix: Removed all references to Google firebase (#2257) * feature: Removed all references to Google firebase * formatted firebase_mocks.dart * removed ignore directive for custom lint rule * formatted login_view_model file * removal of commented code * removed fcmToken test * avoid dynamic calls check passed * format check * fixed linting issue * added documentation for event_queries file * format check * Bump syncfusion_flutter_datepicker from 24.1.43 to 24.1.44 (#2315) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.43 to 24.1.44. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher_platform_interface from 2.2.0 to 2.3.0 (#2314) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.0/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump image_picker from 1.0.5 to 1.0.6 (#2313) Bumps [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/image_picker-v1.0.6/packages/image_picker) --- updated-dependencies: - dependency-name: image_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump video_player from 2.8.1 to 2.8.2 (#2317) Bumps [video_player](https://github.com/flutter/packages/tree/main/packages/video_player) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/video_player-v2.8.2/packages/video_player) --- updated-dependencies: - dependency-name: video_player dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump google_maps_flutter from 2.5.0 to 2.5.1 (#2316) Bumps [google_maps_flutter](https://github.com/flutter/packages/tree/main/packages/google_maps_flutter) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/google_maps_flutter-v2.5.1/packages/google_maps_flutter) --- updated-dependencies: - dependency-name: google_maps_flutter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * written test for post_modal.dart (#2304) * written test for post_modal.dart * written the missing test * descriptive name to the key * fix failing test * created settings page (#2299) * created settings page * formatted the code * fixed failing tests * resolved requested changes * fixed failing tests * rebased * descriptive name to the key * Select contact test (#2301) * Created Test * Updated Formatting * fixed fetch events bug (#2308) * fixed events fetching bug * fixed failing tests * added comments to event_queries * fixed failing test * Refactor: Decouple ViewModel by Moving UI Logic to View (#2306) * Refactor: Decouple ViewModel by Moving UI Logic to View * refactoring app_settings_view_model and app_seetings_page * writing test for missing lines * fix: Removed all references to Google firebase (#2257) * feature: Removed all references to Google firebase * formatted firebase_mocks.dart * removed ignore directive for custom lint rule * formatted login_view_model file * removal of commented code * removed fcmToken test * avoid dynamic calls check passed * format check * fixed linting issue * added documentation for event_queries file * format check * Bump syncfusion_flutter_datepicker from 24.1.43 to 24.1.44 (#2315) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.43 to 24.1.44. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher_platform_interface from 2.2.0 to 2.3.0 (#2314) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.0/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump image_picker from 1.0.5 to 1.0.6 (#2313) Bumps [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/image_picker-v1.0.6/packages/image_picker) --- updated-dependencies: - dependency-name: image_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump video_player from 2.8.1 to 2.8.2 (#2317) Bumps [video_player](https://github.com/flutter/packages/tree/main/packages/video_player) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/video_player-v2.8.2/packages/video_player) --- updated-dependencies: - dependency-name: video_player dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump google_maps_flutter from 2.5.0 to 2.5.1 (#2316) Bumps [google_maps_flutter](https://github.com/flutter/packages/tree/main/packages/google_maps_flutter) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/google_maps_flutter-v2.5.1/packages/google_maps_flutter) --- updated-dependencies: - dependency-name: google_maps_flutter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * merged develop branch * fix * fix failing test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Shaik Azad <[email protected]> Co-authored-by: Shivam Gupta <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: Abhishek Saini <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * test for individual post screen written (#2300) * test for individual post screen written * removed pubspec.lock * fix falling test case" * removed pubspec.lock * Comprehensive Language Translation Enhancement for App Globalization (#2290) * Comprehensive Language Translation Enhancement for App Globalization * adding more translations * testing * test * test * test * proper format for translation files * formating * formating * formating * fixing translation * fixing linting errors * writing test for missing lines * writing test for missing lines * writing test for missing lines * fixing translations * fixing translations * fixing translations * fixing translations * Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#2302) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add: GraphQl Test (#2298) * Update pull-request.yml * fix failing test case * added pubspec.lock from develop * removed pubspec.lock * lock file * Comprehensive Language Translation Enhancement for App Globalization (#2290) * Comprehensive Language Translation Enhancement for App Globalization * adding more translations * testing * test * test * test * proper format for translation files * formating * formating * formating * fixing translation * fixing linting errors * writing test for missing lines * writing test for missing lines * writing test for missing lines * fixing translations * fixing translations * fixing translations * fixing translations * fix * fix * fix * fix --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ayush Raghuwanshi <[email protected]> Co-authored-by: Peter Harrison <[email protected]> * fixed enable_avoid_dynamic_calls (#2312) * fixed avoid_dynamic_calls * added docs to chat_service * added docs to org_service * added docs to task_service * removed ignore_directives from user_config * added docs to login_view_model * signup_details_view_model * added docs to event_date_time_tile * added docs to memeber_name_tile * added docs to pinned_carousel_widget * fixed failing tests * added tests to missing lines * fixed failing tests * resolved requested changes * transferred doc description to second para * restricted comments length to 80 chars/line * dart format * fixed a minor typo * Bump path_provider from 2.1.1 to 2.1.2 (#2323) Bumps [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/path_provider-v2.1.2/packages/path_provider) --- updated-dependencies: - dependency-name: path_provider dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump google_maps_flutter from 2.5.1 to 2.5.3 (#2324) Bumps [google_maps_flutter](https://github.com/flutter/packages/tree/main/packages/google_maps_flutter) from 2.5.1 to 2.5.3. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/google_maps_flutter-v2.5.3/packages/google_maps_flutter) --- updated-dependencies: - dependency-name: google_maps_flutter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher_platform_interface from 2.3.0 to 2.3.1 (#2326) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.1/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_datepicker from 24.1.44 to 24.1.45 (#2327) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.44 to 24.1.45. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump get_it from 7.6.4 to 7.6.6 (#2325) Bumps [get_it](https://github.com/fluttercommunity/get_it) from 7.6.4 to 7.6.6. - [Changelog](https://github.com/fluttercommunity/get_it/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/get_it/commits) --- updated-dependencies: - dependency-name: get_it dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * converted private orgs to userRegistrationRequired orgs (#2322) * converted private orgs to userRegistrationRequired orgs * fixed run_check_ignore * Main Screen View Model Tests Written (#2318) * Main Screen View Model Tests Written * Changes fixed * Fixed linting * Deleted the unused part --------- Co-authored-by: Manik <Manik2708> * Improving UX: Intuitive User Posts and User Events Display and Dynamic Feed Functionality (#2321) * Improving UX: Elevated UX through Intuitive User Posts and User Events Display and Dynamic Feed Functionality * fixing docs * fixing default linting * fixing tests * fixing docs * fixing docs and writing test for missing lines * fixing docs and writing test for missing lines * making required changes * writing test for missing lines * writing test for missing lines * fixing formatting and tests * fixing coverage * app localisation * fixing coverage * small changes * small changes * Update pull-request.yml * Update push.yaml * Re-enable custom lint, update lint rules and fix docs (#2335) * update talawa_lint * update talawa_lint * Fix Main Screen View Model doc (#2347) * update talawa_lint * update talawa_lint * fix doc in main_screen_view_model * Made test warnings fatal (#2332) * made test warnings fatal * chore: fixed run_check_ignore * resolved requested changes * chore: dart format * Update CONTRIBUTING.md * Update INSTALLATION.md * Update dependancy mocktail_image_network to 1.1.0 (#2353) * Bug: no validation and confirmation on comments (#2349) * Bug: no validation and confirmation on comments * add more tests * fixing coverage * fixing coverage * minor changes * making requested changes * minor changes * adding more meaningful comments and refactoring * fixing previous docs * Update pull-request.yml * Bump syncfusion_flutter_datepicker from 24.1.45 to 24.1.47 (#2358) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.1.47. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher from 6.2.3 to 6.2.4 (#2359) Bumps [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 6.2.3 to 6.2.4. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.2.4/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump font_awesome_flutter from 10.6.0 to 10.7.0 (#2360) Bumps [font_awesome_flutter](https://github.com/fluttercommunity/font_awesome_flutter) from 10.6.0 to 10.7.0. - [Release notes](https://github.com/fluttercommunity/font_awesome_flutter/releases) - [Changelog](https://github.com/fluttercommunity/font_awesome_flutter/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/font_awesome_flutter/compare/10.6.0...10.7.0) --- updated-dependencies: - dependency-name: font_awesome_flutter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flutter_local_notifications from 16.3.0 to 16.3.2 (#2361) Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 16.3.0 to 16.3.2. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v16.3.0...flutter_local_notifications-v16.3.2) --- updated-dependencies: - dependency-name: flutter_local_notifications dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix the event calender bug (#2352) * fix the event calender bug * fix failing test case * fix failing test case * used on clause * added test for missing line * added test for missing line * fix failinf test * Update README.md * Deprecate Google Maps Integration (#2363) * Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update pull-request-target.yml * Created Session Management. (#2362) * feat: efficient session management * chore: run check ignore * Revert "chore: run check ignore" This reverts commit be7e49f1d03a6a047417af98f327ea49ade5f807. * chore fix: run check ignore * feat: added new package fake_async * chore: fixed codecov drop * Update README.md * Deprecate Google Maps Integration (#2363) * Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixed requested changes * pulled latest upstream --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: Shivam Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat:Deprecate the Event task/project feature (#2364) * removed all code related to task feature * fix failing test * fix failing test * fix failing test * Squashed commit of the following: commit 69e6513a90284a61a4713eb21244b45fa717aba2 Author: Shaik Azad <[email protected]> Date: Sun Feb 11 20:17:19 2024 +0530 Created Session Management. (#2362) * feat: efficient session management * chore: run check ignore * Revert "chore: run check ignore" This reverts commit be7e49f1d03a6a047417af98f327ea49ade5f807. * chore fix: run check ignore * feat: added new package fake_async * chore: fixed codecov drop * Update README.md * Deprecate Google Maps Integration (#2363) * Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixed requested changes * pulled latest upstream --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: Shivam Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 1110aef0987e1b37ff6c6351fcb30be2d372548c Author: Crystian I <[email protected]> Date: Tue Feb 6 21:38:27 2024 -0500 Update pull-request-target.yml commit 10d58db4f79739fa59f5a83f37034fa4a62d3c65 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 02:40:39 2024 -0800 Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 7bfbaef41d77fd8a34a64d6b78059e3d71f09df8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 02:04:46 2024 -0800 Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 38682c8319b7b3a82e62f87e0b37e139a65d95bd Author: Shivam Gupta <[email protected]> Date: Sun Feb 4 01:16:07 2024 +0530 Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * fix conflict * Squashed commit of the following: commit 69e6513a90284a61a4713eb21244b45fa717aba2 Author: Shaik Azad <[email protected]> Date: Sun Feb 11 20:17:19 2024 +0530 Created Session Management. (#2362) * feat: efficient session management * chore: run check ignore * Revert "chore: run check ignore" This reverts commit be7e49f1d03a6a047417af98f327ea49ade5f807. * chore fix: run check ignore * feat: added new package fake_async * chore: fixed codecov drop * Update README.md * Deprecate Google Maps Integration (#2363) * Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixed requested changes * pulled latest upstream --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: Shivam Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 1110aef0987e1b37ff6c6351fcb30be2d372548c Author: Crystian I <[email protected]> Date: Tue Feb 6 21:38:27 2024 -0500 Update pull-request-target.yml commit 10d58db4f79739fa59f5a83f37034fa4a62d3c65 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 02:40:39 2024 -0800 Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 7bfbaef41d77fd8a34a64d6b78059e3d71f09df8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Feb 5 02:04:46 2024 -0800 Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 38682c8319b7b3a82e62f87e0b37e139a65d95bd Author: Shivam Gupta <[email protected]> Date: Sun Feb 4 01:16:07 2024 +0530 Post comments were invisible in Individual Post Page with Image (#2350) * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * Fixed Comment * fix failing test * Bump permission_handler from 11.1.0 to 11.2.1 (#2369) Bumps [permission_handler](https://github.com/baseflow/flutter-permission-handler) from 11.1.0 to 11.2.1. - [Commits](https://github.com/baseflow/flutter-permission-handler/compare/permission_handler_v11.1.0...permission_handler_v11.2.1) --- updated-dependencies: - dependency-name: permission_handler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump syncfusion_flutter_datepicker from 24.2.3 to 24.2.4 (#2370) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.2.3 to 24.2.4. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ios image upload crash fix (#2371) Co-authored-by: Jay Agrawal <[email protected]> * Deprecate the Group Chats for Events Feature (#2305) * Events Feature removed * test fixes * docs rewrite * comment fixes * comment fixes * fixes * Bump syncfusion_flutter_calendar from 24.2.3 to 24.2.4 (#2382) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.2.3 to 24.2.4. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump url_launcher_platform_interface from 2.3.1 to 2.3.2 (#2381) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.2/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump geolocator from 10.1.0 to 11.0.0 (#2378) Bumps [geolocator](https://github.com/baseflow/flutter-geolocator) from 10.1.0 to 11.0.0. - [Commits](https://github.com/baseflow/flutter-geolocator/compare/geolocator_v10.1.0...geolocator_v11.0.0) --- updated-dependencies: - dependency-name: geolocator dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump permission_handler from 11.2.1 to 11.3.0 (#2379) Bumps [permission_handler](https://github.com/baseflow/flutter-permission-handler) from 11.2.1 to 11.3.0. - [Commits](https://github.com/baseflow/flutter-permission-handler/compare/permission_handler_v11.2.1...permission_handler_v11.3.0) --- updated-dependencies: - dependency-name: permission_handler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Upgraded github actions to the latest versions (#2385) Co-authored-by: Peter Harrison <[email protected]> * Remove the geolocator package (#2388) * added additional test cases to edit profile page test file (#2331) * added additional test cases to edit profile page test file * updates the code * fixed failing tests * fixed * Done some corrections in previous code * Update edit_profile_page_test.dart * Update edit_profile_page_test.dart * Made some changes to run the tests Made some changes to run the tests * Built User Interface for creating recurring events. (#2386) * Built User Interface for creating recurring events. * covered missing lines * Bump url_launcher from 6.2.4 to 6.2.5 (#2396) Bumps [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 6.2.4 to 6.2.5. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.2.5/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flutter_svg from 2.0.9 to 2.0.10+1 (#2397) Bumps [flutter_svg](https://github.com/dnfield/flutter_svg/tree/master/packages) from 2.0.9 to 2.0.10+1. - [Release notes](https://github.com/dnfield/flutter_svg/releases) - [Commits](https://github.com/dnfield/flutter_svg/commits/HEAD/packages) --- updated-dependencies: - dependency-name: flutter_svg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * removed geocoding (#2403) * Fix Navigation: On clicking change language it navigates to home screen. (#2402) * fixed select language button * updated select language bug fix * Update README.md * Unittests for organization_feed_view_model.dart (#2390) * Unittests for organization_feed_view_model.dart * update removePost function * dart format for organization_feed_view_model.dart * add unit test function for pinnedPosts * Revert changes to pubspec.lock * Bump currency_picker from 2.0.20 to 2.0.21 (#2408) Bumps [currency_picker](https://github.com/Daniel-Ioannou/flutter_currency_picker) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/Daniel-Ioannou/flutter_currency_picker/releases) - [Changelog](https://github.com/Daniel-Ioannou/flutter_currency_picker/blob/master/CHANGELOG.md) - [Commits](https://github.com/Daniel-Ioannou/flutter_currency_picker/compare/V2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: currency_picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump provider from 6.1.1 to 6.1.2 (#2409) Bumps [provider](https://github.com/rrousselGit/provider) from 6.1.1 to 6.1.2. - [Commits](https://github.com/rrousselGit/provider/compare/provider-v6.1.1...provider-v6.1.2) --- updated-dependencies: - dependency-name: provider dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump flutter_braintree from 3.0.0 to 4.0.0 (#2410) Bumps [flutter_braintree](https://github.com/pikaju/flutter-braintree) from 3.0.0 to 4.0.0. - [Changelog](https://github.com/pikaju/flutter-braintree/blob/main/CHANGELOG.md) - [Commits](https://github.com/pikaju/flutter-braintree/commits) --- updated-dependencies: - dependency-name: flutter_braintree dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Integrated create recurrence event API. (#2412) * feat: Integrated create recurrence event API * minor bug fix * Fix/event calender screen bug (#2405) * fix the event calender bug * fix failing test case * fix failing test case * used on clause * added test for missing line * added test for missing line * fix failinf test * fix event calender bug * added test * fix failing test case * fix failing test case * added test * added more test * fix failing test case * fixed formating error * Bump video_player from 2.8.2 to 2.8.3 (#2419) Bumps [video_player](https://github.com/flutter/packages/tree/main/packages/video_player) from 2.8.2 to 2.8.3. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/video_player-v2.8.3/packages/video_player) --- updated-dependencies: - dependency-name: video_player dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Feature-Request: Flutter SDK Migration to version 13.9.0 (#2413) * changed flutter sdk to 3.19.0 * removed buildscript from android/build.gradle * updated sdk to 34 * added android:exported="true" * added pluginManagement to settings.gradle * changed flutter sdk version in workflows * code formatted * Commented the error * The Join organisation button has stick to the bottom (#2411) * Update splash_screen_test.dart (#2406) * Remove shadow from buttons (#2395) * Update pull-request.yml * Bump syncfusion_flutter_calendar from 24.2.4 to 24.2.9 (#2425) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.2.4 to 24.2.9. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * bfix: handles error incase of unsuccessful logout (#2420) * bfix: handles error incase of unsuccessful logout * test: adds Test if Logout is successful test * ptch: routes to login page after logout * docs: changed a sentence to a better non reductant one * Fixed Localization not working in Home Tour & Components across App (#2424) * bfix: Localization for App Tour * Add Localization for missing components * Add Localization for snackar/Dialog messages * Test Coverage for app_tour * Written test for profile_page_view_model (#2430) * written test for profile_page_view_model * fixed linting errors * Written tests to profile page (#2433) * written test for profile_page_view_model * fixed linting errors * made profile page test coverage 100% * test PR (#2436) * Fix userType (Fixed SignUp and LogIn) (#2389) (#2435) * Bump syncfusion_flutter_calendar from 24.2.3 to 24.2.4 (#2382) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.2.3 to 24.2.4. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-patch ... * Bump url_launcher_platform_interface from 2.3.1 to 2.3.2 (#2381) Bumps [url_launcher_platform_interface](https://github.com/flutter/packages/tree/main/packages/url_launcher) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher_platform_interface-v2.3.2/packages/url_launcher) --- updated-dependencies: - dependency-name: url_launcher_platform_interface dependency-type: direct:production update-type: version-update:semver-patch ... * Bump geolocator from 10.1.0 to 11.0.0 (#2378) Bumps [geolocator](https://github.com/baseflow/flutter-geolocator) from 10.1.0 to 11.0.0. - [Commits](https://github.com/baseflow/flutter-geolocator/compare/geolocator_v10.1.0...geolocator_v11.0.0) --- updated-dependencies: - dependency-name: geolocator dependency-type: direct:production update-type: version-update:semver-major ... * Bump permission_handler from 11.2.1 to 11.3.0 (#2379) Bumps [permission_handler](https://github.com/baseflow/flutter-permission-handler) from 11.2.1 to 11.3.0. - [Commits](https://github.com/baseflow/flutter-permission-handler/compare/permission_handler_v11.2.1...permission_handler_v11.3.0) --- updated-dependencies: - dependency-name: permission_handler dependency-type: direct:production update-type: version-update:semver-minor ... * Upgraded github actions to the latest versions (#2385) * Remove the geolocator package (#2388) * added additional test cases to edit profile page test file (#2331) * added additional test cases to edit profile page test file * updates the code * fixed failing tests * fixed * Done some corrections in previous code * Update edit_profile_page_test.dart * Update edit_profile_page_test.dart * Made some changes to run the tests Made some changes to run the tests * Fix UserType * Fixing linting errors * Fixing linting errors * Fixing minor errors * Fixing failing tests * Fixing failing tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Parag Gupta <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Peter Harrison <[email protected]> Co-authored-by: Yousef Rabia <[email protected]> Co-authored-by: Insiya <[email protected]> * fixed packages (#2439) * Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS * Bump syncfusion_flutter_calendar and syncfusion_flutter_datepicker (#2441) Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) and [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages). These dependencies needed to be updated together. Updates `syncfusion_flutter_calendar` from 24.2.9 to 25.1.35 - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) Updates `syncfusion_flutter_datepicker` from 24.2.9 to 25.1.35 - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_calendar dependency-type: direct:production update-type: version-update:semver-major - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Feat: add count-changed-files and check-unauthorized pr workflow (#2447) * Add count-changed-files and check-unauthorized pr workflow * removed unwanted formatting changes * updated python script (#2449) * Bump syncfusion_flutter_datepicker from 25.1.35 to 25.1.37 (#2450) Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 25.1.35 to 25.1.37. - [Release notes](https://github.com/syncfusion/flutter-widgets/releases) - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages) --- updated-dependencies: - dependency-name: syncfusion_flutter_datepicker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump build_runner from 2.4.8 to 2.4.9 (#2451) Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.8 to 2.4.9. - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v2.4.8...build_runner-v2.4.9) --- updated-dependencies: - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump permission_handler from 11.3.0 to 11.3.1 (#2453) Bumps [permission_handler](https://github.com/basefl…
What kind of change does this PR introduce?
Introducing user profile modification feature where user would be able to customize their profile.
Issue Number:
Fixes #2261
Video
edit.profile.1.mp4
Did you add tests for your changes?
Yes
Does this PR introduce a breaking change?
Yes
Have you read the contributing guide?
Yes