Skip to content

Conversation

@AdiAr11
Copy link
Collaborator

@AdiAr11 AdiAr11 commented Dec 15, 2025

Pull Request Details

Associated Issue

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Ran the application and manually tested the feature implementation

Checklist

Complete the check-list below to ensure your branch is ready for PR.

  • Screenshots included in linked issue #
  • Changes adhere to the style and coding guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules
  • The update contains no confidential information
  • The update has no duplicated content
  • No lint check errors are related to these changes (make prep or flutter analyze lib)
  • Integration test dart test output or screenshot included in issue #
  • I tested the PR on these devices:
    • Android
    • iOS
    • Linux
    • MacOS
    • Windows
    • Web
  • I have identified two reviewers
  • The PR has been approved by two reviewers

Finalising

Once PR discussion is complete and reviewers have approved:

  • Merge dev into the this branch
  • Resolve any conflicts
  • Add a one line summary into the CHANGELOG.md
  • Push to the git repository and review
  • Merge the PR into dev

@AdiAr11 AdiAr11 requested review from gjwgit and zheyxu December 15, 2025 08:31
@AdiAr11
Copy link
Collaborator Author

AdiAr11 commented Dec 15, 2025

I'll fix the lint issues as well :)

gjwgit
gjwgit previously approved these changes Dec 16, 2025
Copy link
Owner

@gjwgit gjwgit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @AdiAr11 - looks good. Tested on Linux.

@gjwgit gjwgit self-requested a review December 16, 2025 00:45
@gjwgit gjwgit dismissed their stale review December 16, 2025 00:45

Needs lint fixes

Copy link
Owner

@gjwgit gjwgit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few lint issues that require attention.

@gjwgit
Copy link
Owner

gjwgit commented Dec 24, 2025

Tested. Ready to be merged once the lint issues are fixed.

@AdiAr11
Copy link
Collaborator Author

AdiAr11 commented Jan 4, 2026

Hi @gjwgit, there's only one lint issue left which is not passing: Don't use 'BuildContext's across async gaps • lib/widgets/close_dialog.dart:141:18 • use_build_context_synchronously
This was already present in the code though. Should I fix it or let it be?

@gjwgit gjwgit removed the request for review from zheyxu January 6, 2026 05:01
@gjwgit
Copy link
Owner

gjwgit commented Jan 6, 2026

Hi @gjwgit, there's only one lint issue left which is not passing: Don't use 'BuildContext's across async gaps • lib/widgets/close_dialog.dart:141:18 • use_build_context_synchronously This was already present in the code though. Should I fix it or let it be?

Yes, the code was already there but the extra code you added has introduced an async gap. Try adding if (mounted) before the Navigator.of(context)....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants