-
Notifications
You must be signed in to change notification settings - Fork 12
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 support for Windows releases #10
base: master
Are you sure you want to change the base?
Conversation
For those who're brave enough to try it, here's a release zip built from ec05a16. |
This works just fine on my Windows 11 box. |
Tested as working on my Windows 11 desktop as well. |
Works fine, really really nice! 👌 |
@Pilzinsel64 looks like there's no easy and clean way to accomplish that. I'll try doing an easy and dirty way to do it, and will otherwise fall back to taking the option out entirely (if it's not going to work). |
@liamdawson Alright! 👍 |
Release zip from f39ccab, fixes auto-close on my machine. Guess the queue times on Tonberry have some advantages 😅 |
That's really a simple fix. 😁 But works well! 👍 |
Looks like Flutter has added stable Windows support as of a few days ago. |
Based on goatcorp/FFXIVQuickLauncher#437 (comment), I figured there was an appetite for Windows builds.
Changes
flutter_secure_storage
to 5.0.2 (introducing Windows support)Notes/Discussion
I feel like we could do a lot for the UI on Windows, but I didn't want to introduce potentially unwelcome changes in this PR
How should OTP setup work on Windows in the longer term?
Should the IP address default to
127.0.0.1
on Windows? I feel like that would avoid "it's not working" messages in futureSounds like we're in somewhat unsupported territory - the Flutter docs note:
I've only tried this on Windows 10, and only on the same machine I built the app on
Screenshots