Added native Windows ARM64 build and installer to Fladder#747
Draft
talynone wants to merge 4 commits intoDonutWare:developfrom
Draft
Added native Windows ARM64 build and installer to Fladder#747talynone wants to merge 4 commits intoDonutWare:developfrom
talynone wants to merge 4 commits intoDonutWare:developfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
Added native Windows ARM64 support to Fladder, including build configuration, CI/CD integration, and installer setup. This enables the application to run natively on Windows ARM64 devices (e.g., Surface Pro X, Windows 11 ARM).
With the rising popularity of Windows ARM64 devices, such as the latest Surface / Snapdragon X laptops, and soon to be released Snapdragon X2 devices and Nvidia N1X SOC users are increasingly expecting native applications.
Currently this is in Draft mode due to several reasons:
Key Changes:
media_kit_libs_windows_videoto use ARM64-compatible forkRepeatModeimport conflicts in playback modelsIssue Being Addressed
Windows ARM64 devices could not run Fladder natively and had to rely on x64 emulation. This PR enables native ARM64 builds for optimal performance on ARM-based Windows devices.
Technical improvements:
{D573EDD5-117A-47AD-88AC-62C8EBD11DC8}) prevents installation conflicts between x64 and ARM64 versionsAutomated Test Builds
A build, both in portable and installer versions, are available from the GitHub Actions artifacts here:
https://github.com/talynone/Fladder/actions
Screenshots / Recordings
Checklist
media_kit_libs_windows_videodependency to use ARM64-compatible fork (talynone/media-kitref: WINARM64)RepeatModeimport ambiguity issues discovered during ARM64 build testingFiles Changed:
build-windows-arm64job usingwindows-11-armrunnermedia_kit_libs_windows_videodependency overrideRepeatModeerror import errors when building locally. Error was: (is imported from both 'package:fladder/jellyfin/jellyfin_open_api.enums.swagger.dart' and 'package:flutter/src/widgets/repeating_animation_builder.dart'. ) by providing JellyFin aliasRepeatModeimport (see above)