mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
17 lines
283 B
YAML
17 lines
283 B
YAML
name: dart_snippets
|
|
description: A sample command-line application.
|
|
version: 1.0.0
|
|
publish_to: 'none'
|
|
|
|
environment:
|
|
sdk: '>=2.19.6 <3.0.0'
|
|
|
|
dependencies:
|
|
breez_sdk:
|
|
git:
|
|
url: https://github.com/breez/breez-sdk-flutter
|
|
|
|
dev_dependencies:
|
|
lints: ^2.0.0
|
|
test: ^1.21.0
|