Skip to content

Commit ca0d08d

Browse files
committed
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.
1 parent ee617ef commit ca0d08d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ LDK Node currently comes with a decidedly opinionated set of design choices:
6767
- 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.
6868

6969
## Language Support
70-
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.
70+
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/).
7171

7272
## MSRV
7373
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.
8585
[swift]: https://www.swift.org/
8686
[kotlin]: https://kotlinlang.org/
8787
[python]: https://www.python.org/
88-
[flutter_bindings]: https://github.com/LtbLightning/ldk-node-flutter

0 commit comments

Comments
 (0)