Skip to content

Report Flutter framework feature flags #2991

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

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

ueman
Copy link
Collaborator

@ueman ueman commented Jun 14, 2025

📜 Description

There's a Flutter framework (draft) PR that adds feature flags to Flutter itself.
This PR supports that

💡 Motivation and Context

I want know whether a specific build used one of the feature flags.

💚 How did you test it?

I didn't. I'm not really sure how to even test this with a non-flaky test.

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPii is enabled
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

I'll keep this a draft until the linked PR is merged for some time. Afterwards this PR can be landed.

Copy link

codecov bot commented Jun 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.09%. Comparing base (3925712) to head (23deec5).

❗ There is a different number of reports uploaded between BASE (3925712) and HEAD (23deec5). Click for more details.

HEAD has 8 uploads less than BASE
Flag BASE (3925712) HEAD (23deec5)
9 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2991       +/-   ##
===========================================
- Coverage   87.63%   63.09%   -24.55%     
===========================================
  Files         278        4      -274     
  Lines        9180      168     -9012     
===========================================
- Hits         8045      106     -7939     
+ Misses       1135       62     -1073     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

ueman and others added 2 commits June 17, 2025 18:39
Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
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