Skip to content

breez/breez-sdk-liquid-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

515e063 · Feb 24, 2025

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breez Liquid SDK plugin

pub package

Table of contents

Description

This is a Dart package that wraps the Dart bindings of Breez Liquid SDK.

Installation

To use this plugin, add breez_sdk_liquid as a dependency in your pubspec.yaml file.

Usage

To start using this package first import it in your Dart file.

import 'package:breez_liquid/breez_liquid.dart';

Call initialize() to initialize Breez Liquid SDK, preferably on main.dart:

import 'package:breez_liquid/breez_liquid.dart' as liquid_sdk;

void main() async {
    // Initialize library
    await liquid_sdk.initialize();
}

Please refer to Dart examples on Breez Liquid SDK documentation for more information on features & capabilities of the Breez Liquid SDK.

Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages