| Android | iOS | MacOS | Web | Linux | Windows |
|---|---|---|---|---|---|
| ✅ | ✅ | ✅ | ❎ | ✅(Partial) | ❎ |
- Flutter >=3.3.0
- Dart ^3.8.1
- iOS >=13.0
- MacOS >=15.0
- Android
compileSdkVersion36 - Java 17
- Android Gradle Plugin >=7.3.0
Flutter bindings for the Breez SDK - Nodeless (Liquid Implementation)
To use this plugin, add flutter_breez_liquid as a dependency in your pubspec.yaml file.
To start using this package first import it in your Dart file.
import 'package:flutter_breez_liquid/flutter_breez_liquid.dart';Call await FlutterBreezLiquid.init(); to initialize Breez SDK - Nodeless (Liquid Implementation), preferably on main.dart:
import 'package:flutter_breez_liquid/flutter_breez_liquid.dart';
Future<void> main() async {
await FlutterBreezLiquid.init();
...
}Please refer to Dart examples on our official documentation for more information on features & capabilities of the Breez SDK - Nodeless (Liquid Implementation).
Dual-licensed under Apache 2.0 and MIT.