flet-build-template/{{cookiecutter.out_dir}}/lib
Feodor Fitsner edaf215577
0.70.0 routing fix (#61)
* Update flet dependency to routing-fix branch

Changed the flet dependency override to use the 'routing-fix' branch instead of 'main' for testing or applying routing-related fixes.

* Add hideWindowOnStart option to app startup

Introduces a new hideWindowOnStart configuration option, allowing the app window to be hidden on startup based on project settings. Passes this option to setupDesktop for improved control over window visibility during launch.

* Remove unused setupDesktop function

Deleted the setupDesktop function from main.dart as it is no longer used. This helps clean up the codebase and removes unnecessary platform-specific initialization logic.

* Update serious_python and flet dependencies

Bump serious_python to version 0.9.7 and update flet dependency override to use the main branch. Also comment out the serious_python git override.

* Enable serious_python with updated git reference

Uncommented the serious_python dependency and updated its git reference to use the 'android-logging-fix' branch. This change ensures the project uses the latest fixes from the serious_python repository.

* Update flet dependency to video-crash-fix branch

Changed the flet dependency override to use the 'video-crash-fix' branch instead of 'main' to address video-related issues.

* Update flet dependency to use main branch

Changed the flet dependency override from the 'video-crash-fix' branch to the 'main' branch in pubspec.yaml. This ensures the project uses the latest stable code from the main branch.

* Update serious_python to version 0.9.8

Bump serious_python dependency from 0.9.7 to 0.9.8 and comment out the git override for serious_python in pubspec.yaml.
2025-12-22 09:58:10 -08:00
..
main.dart 0.70.0 routing fix (#61) 2025-12-22 09:58:10 -08:00
python.dart Changes to 0.26.0 (#36) 2025-01-16 10:01:13 -08:00