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)