From ca0d08dff1cd0af821abf33ee8e2765eb44a67d9 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Tue, 13 Jan 2026 10:18:53 +0100 Subject: [PATCH] Drop mention of Flutter bindings from the README The Flutter bindings have not actively been maintained recently, so we drop them from the README to not misguide users. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e60d3602..dd4f434db 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ LDK Node currently comes with a decidedly opinionated set of design choices: - Entropy for the Lightning and on-chain wallets may be sourced from raw bytes or a [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) mnemonic. In addition, LDK Node offers the means to generate and persist the entropy bytes to disk. ## Language Support -LDK Node itself is written in [Rust][rust] and may therefore be natively added as a library dependency to any `std` Rust program. However, beyond its Rust API it also offers language bindings for [Swift][swift], [Kotlin][kotlin], and [Python][python] based on the [UniFFI](https://github.com/mozilla/uniffi-rs/). Moreover, [Flutter bindings][flutter_bindings] are also available. +LDK Node itself is written in [Rust][rust] and may therefore be natively added as a library dependency to any `std` Rust program. However, beyond its Rust API it also offers language bindings for [Swift][swift], [Kotlin][kotlin], and [Python][python] based on the [UniFFI](https://github.com/mozilla/uniffi-rs/). ## MSRV The Minimum Supported Rust Version (MSRV) is currently 1.85.0. @@ -85,4 +85,3 @@ The Minimum Supported Rust Version (MSRV) is currently 1.85.0. [swift]: https://www.swift.org/ [kotlin]: https://kotlinlang.org/ [python]: https://www.python.org/ -[flutter_bindings]: https://github.com/LtbLightning/ldk-node-flutter