Skip to content

Commit

Permalink
update dependency instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed Oct 31, 2024
1 parent d5d4e25 commit 06e5b29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,21 @@ The Soneso open source Stellar SDK for Flutter is build with Dart and provides A

### From pub.dev
1. Add the dependency to your pubspec.yaml file:

Latest stable release:

```
dependencies:
stellar_flutter_sdk: ^1.8.9
```

Prepare for Protocol 22 upgrade:

```
dependencies:
stellar_flutter_sdk: ^1.9.0-beta
```

2. Install it (command line or IDE):
```
flutter pub get
Expand Down

0 comments on commit 06e5b29

Please sign in to comment.