This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Introduce artifact_name for on‑disk bundles/executables#73
Merged
FeodorFitsner merged 6 commits into0.80.6from Feb 7, 2026
Merged
Introduce artifact_name for on‑disk bundles/executables#73FeodorFitsner merged 6 commits into0.80.6from
artifact_name for on‑disk bundles/executables#73FeodorFitsner merged 6 commits into0.80.6from
Conversation
* Update flet dependency override to version 0.80.2 Changed the flet dependency override from a git reference to a specific version (0.80.2) in pubspec.yaml. This simplifies dependency management and ensures compatibility with the latest release. * Add Rive Native setup build phase for macOS Introduces a conditional shell script build phase to run 'rive_native:setup' during the build process if 'flet_rive' is present in Flutter dependencies. This ensures proper setup of Rive Native for macOS builds. * Update rive_native setup script to run from project root Modified the shell script in the Xcode project to change directory to the project root before running the rive_native setup. This ensures the setup script executes in the correct context for macOS builds. * Fix rive_native setup script path in macOS Podfile Ensures the rive_native setup script runs from the project root by setting PROJECT_ROOT and changing directory, allowing pubspec.yaml to be found in CI environments. * Update flet dependency to use custom git ref Switched flet dependency from a fixed version to a git reference pointing to the 'rive-0-14-0' branch. This allows using the latest changes from that branch instead of the published version. * Update flet dependency to use main branch Changed the flet dependency override from the 'rive-0-14-0' branch to 'main' to ensure the latest updates from the main branch are used. * Fix rive_native setup script path in Podfile Ensures the rive_native setup script runs from the project root by updating its shell script phase in the Podfile. This change helps CI environments locate pubspec.yaml correctly.
Creeper19472
pushed a commit
to cfms-dev/flet-build-template
that referenced
this pull request
Feb 23, 2026
* Rive hacks for iOS and macOS (flet-dev#68) * Update flet dependency override to version 0.80.2 Changed the flet dependency override from a git reference to a specific version (0.80.2) in pubspec.yaml. This simplifies dependency management and ensures compatibility with the latest release. * Add Rive Native setup build phase for macOS Introduces a conditional shell script build phase to run 'rive_native:setup' during the build process if 'flet_rive' is present in Flutter dependencies. This ensures proper setup of Rive Native for macOS builds. * Update rive_native setup script to run from project root Modified the shell script in the Xcode project to change directory to the project root before running the rive_native setup. This ensures the setup script executes in the correct context for macOS builds. * Fix rive_native setup script path in macOS Podfile Ensures the rive_native setup script runs from the project root by setting PROJECT_ROOT and changing directory, allowing pubspec.yaml to be found in CI environments. * Update flet dependency to use custom git ref Switched flet dependency from a fixed version to a git reference pointing to the 'rive-0-14-0' branch. This allows using the latest changes from that branch instead of the published version. * Update flet dependency to use main branch Changed the flet dependency override from the 'rive-0-14-0' branch to 'main' to ensure the latest updates from the main branch are used. * Fix rive_native setup script path in Podfile Ensures the rive_native setup script runs from the project root by updating its shell script phase in the Podfile. This change helps CI environments locate pubspec.yaml correctly. * update linux config * update macos config * update windows config --------- Co-authored-by: Feodor Fitsner <feodor@appveyor.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
flet-dev/flet#6074