mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 22:34:19 +01:00
Merge branch 'main' into ok300-snippets-rust
# Conflicts: # src/guide/install.md
This commit is contained in:
@@ -92,12 +92,13 @@ Currently, rust is still not accessible via crates.io and is needed to be built
|
||||
|
||||
## 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