LtbLightning / bdk-flutter

Bitcoin Development Kit - Flutter Package
MIT License
63 stars 28 forks source link

Unable to download bdk zip file #123

Closed sagarsubedi closed 7 months ago

sagarsubedi commented 8 months ago

I am trying to build my app but I keep getting error

CMake Error at CMakeLists.txt:28 (message): Download failed: 22;"HTTP response code said error"

Here is the URL i printed from the CMake file: https://github.com/LtbLightning/test-pub/releases/download/0.29.3/bdk.0.29.3.zip I have the latest version of bdk-flutter

Any insights? Thanks.

BitcoinZavior commented 8 months ago

Yes, I see the problem In the meantime can you use "flutter pub add bdk-flutter" to install bdk-flutter please