mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 22:04:21 +01:00
update flutter install guide
This commit is contained in:
committed by
Erdem Yerebasmaz
parent
2c5b8d6846
commit
f357e8309f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user