Last updated:
0 purchases
ldk flutter
Ldk-Flutter #
A Flutter version of the Lightning Development Kit (https://lightningdevkit.org/)
Table of Contents #
Requirements
Installation
Building Binary Files
Usage
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
copied to clipboard
Configuring iOS #
Please navigate to the iOS folder in your project run the following command:
pod install
copied to clipboard
Usage #
import 'package:ldk_flutter/ldk_flutter.dart';
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.