Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/build/apps/wallet/component/dart/install.mdx
Original file line number Diff line number Diff line change
@@ -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)