docs: require linkrunner 4.1.1 for Flutter ICM - #173
Open
Shofiya2003 wants to merge 1 commit into
Open
Conversation
Flutter 4.1.0 does not compile on iOS — the Swift bridge passes an optional paymentId into LinkrunnerKit's capturePayment, which has required a non-optional String since LinkrunnerKit 4.0.0. Pointing Flutter users at 4.1.0 to enable ICM sends them into a build that cannot succeed, and ICM is iOS-only, so every reader of these sections is affected. 4.1.1 carries the same ICM support plus the bridge fix (RathodDarshil/linkrunner#40, LIN-2208). Only the Flutter references move. The LinkrunnerKit and io.linkrunner:android-sdk 4.1.0 pins are correct and unchanged, as are the historical Flutter feature minimums (3.5.0, 3.7.0, 3.10.0). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Summary
The Google ICM docs tell Flutter users to install
linkrunner4.1.0. That version does not compile on iOS, so anyone following these steps hits a hard build failure:The Swift bridge passes an optional
paymentIdintoLinkrunnerKit.capturePayment, which has required a non-optionalStringsince LinkrunnerKit 4.0.0. ICM is iOS-only, so every reader of these sections is affected.4.1.1 carries the same ICM support plus the bridge fix.
Changes
Four Flutter-specific references, 4.1.0 → 4.1.1:
features/google-icm.mdxfeatures/google-icm.mdxfeatures/google-icm.mdxflutter pub add linkrunner:^4.1.1sdk/flutter.mdxlinkrunner... or later"Deliberately unchanged: the
LinkrunnerKit 4.1.0andio.linkrunner:android-sdk:4.1.0pins throughout — those are native SDK versions and are correct. Also unchanged are the historical Flutter feature minimums (3.5.0 for AAID, 3.7.0 for Ecommerce, 3.10.0 for user_id, 3.6.2 for Meta), which refer to when features landed rather than the current release.Blocked on
Do not merge until
linkrunner4.1.1 is live on pub.dev — otherwise these docs point at a version that does not exist yet.🤖 Generated with Claude Code