Ldk-Flutter
A Flutter version of the Lightning Development Kit (https://lightningdevkit.org/)
Table of Contents
Requirements
Flutter
- Flutter version : 3.0 or higher
- Dart version : 2.18.2 or higher
Android
- Android minSdkVersion. : API 23 or higher.
- Android Target SDK version : API 29.
- Android Gradle Plugin : 3.0.0 or greater.
iOS
- iOS Base SDK : 12 or greater.
- Deployment target : iOS 12.0 or greater.
- Cocoapods : 1.11.3 or greater
Installation
From Github (copy and paste the following code to pubsepc.yaml):
ldk-flutter:
git:
url: https://github.com/LtbLightning/ldk-flutter.git
ref: main
Configuring iOS
Please navigate to the iOS folder in your project run the following command:
pod install
Usage
import 'package:ldk_flutter/ldk_flutter.dart';