From 7a4c1eb39d16a83a5fa4aeebdd5f2620bdb39798 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:03:53 +0000 Subject: [PATCH 1/2] Initial plan From 75460646fe1db52ac6509b59cec4ec5339b49cc1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:07:55 +0000 Subject: [PATCH 2/2] Update Flutter wallet SDK install snippet to current release, drop stale general SDK pin --- docs/build/apps/wallet/component/dart/install.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/build/apps/wallet/component/dart/install.mdx b/docs/build/apps/wallet/component/dart/install.mdx index d63c3dc7d1..05b2a563c2 100644 --- a/docs/build/apps/wallet/component/dart/install.mdx +++ b/docs/build/apps/wallet/component/dart/install.mdx @@ -1,7 +1,8 @@ -```dart -// pubspec.yaml -stellar_wallet_flutter_sdk: ^1.0.6 -stellar_flutter_sdk: ^2.1.3 +```yaml +# pubspec.yaml +stellar_wallet_flutter_sdk: ^1.1.4 ``` +The wallet SDK depends on the [Flutter Stellar SDK](https://github.com/Soneso/stellar_flutter_sdk) (`stellar_flutter_sdk`), so a compatible version of it is installed automatically as a transitive dependency and doesn't need to be added to your `pubspec.yaml`. + You can get the latest available version on the [project GitHub page](https://github.com/Soneso/stellar_wallet_flutter_sdk)