* 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.
* Deep linking settings
* Update web template
* Fix template
* Fix web template again
* Bump dev_dependencies
* Add flutter_bootstrap.js
* Use project_name_slug variable
* web mobile-web-app-capable
* path to serious_python
* full path to serious_python
* doNotStrip
* change abi filters order
* change order again
* split_per_abi
* make an error in template
* Fix template
* Test info_plist
* info plist complete
* Fix elif
* Another fix
* Another try
* simplify if
* simple test
* no v
* remove everything
* remove other options
* restore infoplist
* equal not is
* one line
* add macos_entitlements
* empty list
* empty array
* macos entitlements
* No hard-coded entitlements
* Android manifest
* Fix manifest
* Fix template again
* Remove hard-coded permissions
* Fix template
* true and false
* remove hard-coded permissions
* Android deep linking
Close#4025
* Template cleanup
* Signing Android builds
* Fix signing options
* Set FLET_APP_DATA and FLET_APP_TEMP dirs for the app
* Pyodide 0.26.2
* serious_python: 0.8.0