chore: Update sdk_metadata features#250
Merged
aaron-zeisler merged 3 commits intomainfrom Mar 17, 2026
Merged
Conversation
Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
|
Devin: Let's use version 1.0 for both the |
Co-Authored-By: Aaron Zeisler <azeisler@launchdarkly.com>
Contributor
Author
|
Done — updated both |
kinyoklion
approved these changes
Mar 17, 2026
aaron-zeisler
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements
Related issues
N/A — this is part of a cross-repo effort to populate the
featuresfield in each SDK's.sdk_metadata.json.Describe the solution you've provided
Adds a
featuresmap to theflutter-client-sdkentry in.sdk_metadata.json, documenting which SDK features are supported and the version each was introduced. Feature keys use the canonical camelCase names fromsdk-meta/products/feature_info.json, and introduction versions were sourced from the SDK features documentation table (the "all other client-side SDKs" → Flutter column) and verified against the repository's CHANGELOG.Features included (16 total, alphabetical):
allFlags,appMetadata,autoEnvAttrs,bigSegments,contexts,experimentation,flagChanges,hooks,inlineContextCustomEvents,offlineMode,perContextSummaryEvents,pluginSupport,privateAttrs,relayProxyProxy,track,variationDetail.Updates since last revision
Added three features that were missing from the initial commit, verified against
packages/flutter_client_sdk/CHANGELOG.md:hooks: introduced in4.12— confirmed via CHANGELOG entry "Add support for hooks" under## [4.12.0]perContextSummaryEvents: introduced in4.15— confirmed via CHANGELOG entry "Add support for per-context summary events" under## [4.15.0]pluginSupport: introduced in4.12— confirmed via CHANGELOG entry "Add experimental plugin support" under## [4.12.0]Updated two feature versions per reviewer feedback (pre-1.0 versions were beta, so
1.0is the correct first officially-supported version):bigSegments:0.1.0→1.0experimentation:0.2.0→1.0Human review checklist
hooks: "4.12"andpluginSupport: "4.12"— both were introduced in the same release. Confirm these are the correct feature keys (hooks maps from "Hooks", pluginSupport maps from "Observability plugin" in the docs table).perContextSummaryEvents: "4.15"— confirm this is the correct canonical feature key for per-context summary events.appMetadata: "1.3",autoEnvAttrs: "3.0",contexts: "2.0",inlineContextCustomEvents: "4.11.1")Describe alternatives you've considered
N/A
Additional context
Note
Low Risk
Low risk metadata-only change that documents supported Flutter SDK features and their introduction versions; no runtime or API behavior is modified.
Overview
Adds a
featuresmap to theflutter-client-sdkentry in.sdk_metadata.json, listing supported capability keys and the SDK version each was introduced.Written by Cursor Bugbot for commit ed27f8f. This will update automatically on new commits. Configure here.