update flutter install guide

This commit is contained in:
Jesse de Wit
2023-11-03 00:15:05 +01:00
committed by Erdem Yerebasmaz
parent 2c5b8d6846
commit f357e8309f

View File

@@ -91,12 +91,13 @@ dotnet add package Breez.Sdk
Currently rust is still not accessible via cargo and is needed to be built from source. Please visit the [sdk-core](https://github.com/breez/breez-sdk/tree/main/libs/sdk-core) project for instructions.
## Dart/Flutter
Currently Dart is built from source only. Please visit the [sdk-flutter](https://github.com/breez/breez-sdk/tree/main/libs/sdk-flutter#readme) project for instructions. We're planning to publish this package to [pub.dev](https://pub.dev/), until then it needs to be specified as a local directory dependency.
We recommend to add our official flutter package as a git dependency.
```yaml
dependencies:
breez_sdk:
path: <relative-path-to>/breez-sdk/libs/sdk-flutter
git:
url: https://github.com/breez/breez-sdk-flutter.git
```
## Python