Create Dart snippets and reference them

Co-Authored-By: ok300 <106775972+ok300@users.noreply.github.com>
This commit is contained in:
Erdem Yerebasmaz
2023-10-24 21:25:46 +03:00
parent c29cad2bd2
commit ec4955c488
35 changed files with 1039 additions and 272 deletions

View File

@@ -0,0 +1,16 @@
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