-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desktop support #94
Comments
Hi @sneurlax currently BDK-Flutter supports iOS and Android. Desktop and Web support is on the roadmap but not available yet: |
Issue #9 was for someone developing for iOS and Android on a Windows desktop. Not for developing a Windows App. In short iOS and Android app can be developed at the moment, and this development will work for Desktop platforms when Desktop support is added soon(Unless you are targeting a release date within a few weeks for Desktop). Happy to discuss further and support with your development. |
Thank you for the clarification! I have recently been working on adding Linux and Windows desktop support for native Flutter plugins which use C++ or Rust wrapped in Dart for cross-platform Flutter apps, so I was looking at adding platform support but it's not needed right away when it is, though, if platform support hasn't been added at that time, wouldn't we just need to fork bdk-flutter, add the platforms, build locally, and use our fork repo as a package source until support's merged in? |
Thanks! Do you have any leads on adding mac platform support? We are looking at solidifying Linux, Mac, and Windows platform support for bdk, so any tips or tricks on the process would be very helpful. Is the process
|
Waiting for desktop support too. |
See:
|
Hi! I was looking at using BDK in a cross-platform Flutter app, but there are issues which each major platform:
Linux: #93 is ongoing, but testing was an issue for me. I will need to revisit this
Windows: #9 links to issues which have both been solved, so it should be ready to work on, I will have to boot into Windows soon and try it out
mac: ??? I don't see any issues or PRs related to macOS desktop, does anyone have any pointers or guidance for getting it working there as well?
The text was updated successfully, but these errors were encountered: