-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add Flutter Windows app support #32
Comments
I'm sure you can use this project on Windows, by writing your code and build the rust project for windows (producing a I've tested it before, for running dart testing over a windows machine when I have access to one last year. (but currently, I don't have access to one, so keep me updated if it does not work.) |
confirm it works great for windows |
@maxnemoy would be interested in notes on how it works on windows. I have tried 'flutter create .' and this is what I get from a build. `# flutter build windows --no-sound-null-safety Building without sound null safety packages/adder_ffi/lib/adder.dart(5,16): error G311314CC: Method not found: 'add'. [C:\working\flutter\flutterust\build\windows\flutter\flutter_assemble.vcxproj] I would be interested in helping to get the windows build working. Gonna take some time to figure out what to do next... if someone has some suggestions lmk. |
Cpp(on windows) is to difficult for me. Will it add support for Windows app? Currently, Microsoft officially crate which name
windows
already support access any Windows API. If possible, I hope it will completely replace cpp with Rust on development windows app.The text was updated successfully, but these errors were encountered: