Skip to content
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
product-project-artifact
Feb 7, 2026
Merged

Introduce artifact_name for on‑disk bundles/executables#73
FeodorFitsner merged 6 commits into0.80.6from
product-project-artifact

Conversation

@ndonkoHenri
Copy link
Copy Markdown

@ndonkoHenri ndonkoHenri commented Jan 30, 2026

FeodorFitsner and others added 5 commits January 21, 2026 18:37
* 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.
@FeodorFitsner FeodorFitsner changed the base branch from 0.80.5 to 0.80.6 February 7, 2026 18:01
Comment thread {{cookiecutter.out_dir}}/linux/CMakeLists.txt
@FeodorFitsner FeodorFitsner merged commit e6a6873 into 0.80.6 Feb 7, 2026
@FeodorFitsner FeodorFitsner deleted the product-project-artifact branch February 7, 2026 18:23
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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants