Skip to content
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

Remove redundant null-aware operator in test #373

Closed

Conversation

sidrao2006
Copy link
Contributor

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Test refactor

⤵️ What is the current behavior?

Uses null aware operator

🆕 What is the new behavior (if this is a feature change)?

Replace ?. with .

💥 Does this PR introduce a breaking change?

No

🐛 Recommendations for testing

N/A

📝 Links to relevant issues/docs

N/A

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines (code style guide)
  • Relevant documentation was updated
  • Rebased onto current develop

@renefloor
Copy link
Collaborator

Hmmm.. I wanted to approve and merge, however this will mean that any update is only compatible with Flutter 3 and higher. Only for a warning in this test I would not want to have that.

@martijn00 martijn00 closed this Jul 31, 2024
@martijn00 martijn00 force-pushed the test/remove-null-aware-operator branch from 908dc37 to 6bc3a0e Compare July 31, 2024 17:36
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.

None yet

3 participants