fix: Update launchdarkly_common_client to version 1.14.3 - #339
Merged
Conversation
joker23
approved these changes
Aug 26, 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.
Final hop propagating the
flagVersionserialization fix (#335) out to the published Flutter SDK.flutter_client_sdkpinslaunchdarkly_common_clientexactly, so the fix does not reach SDK users without this edit. This is the only place in the repo pinningcommon_client.Chain so far:
launchdarkly_dart_commonlaunchdarkly_common_clientlaunchdarkly_flutter_client_sdk1.14.3 is already live on pub.dev, so there is no publish-ordering constraint: this can merge as soon as CI is green, and the resulting 4.20.3 release PR after it.
Same shape as the prior propagation commits: 48f6790 (
fix: Update launchdarkly_common_client to version 1.14.2, #331) and 0e5301d (fix: Update launchdarkly_dart_common to version 1.8.1, #277).Note
Overview
Bumps the exact
launchdarkly_common_clientpin influtter_client_sdkfrom 1.14.2 to 1.14.3 so published Flutter SDK users pick up the upstream fix forflagVersionin flag evaluation serialization (vialaunchdarkly_dart_common1.8.2).No Dart/Flutter source changes—only
pubspec.yaml. This is the last hop in the version propagation chain before a 4.20.3 Flutter SDK release.Reviewed by Cursor Bugbot for commit 77ff98a. Bugbot is set up for automated code reviews on this repo. Configure here.
BEGIN_COMMIT_OVERRIDE
fix: Update launchdarkly_common_client to version 1.14.3
fix: Includes fix for flagVersion tracking in events
END_COMMIT_OVERRIDE