Merged
Conversation
Bump Flet version to 0.80.1 and update CHANGELOGs with latest changes, including fixes for `flet publish` and Gallery examples. Update Flutter version in .fvmrc to 3.38.5. Revise README to require Python 3.10+, update code samples for latest API, and update dependencies in client/pubspec.lock.
Replaced all references to 'docs.flet-docs.pages.dev' with 'docs.flet.dev' across README files, documentation, and code docstrings. Also refreshed and reorganized the main README content for clarity and updated project badges and community links. No functional code changes were made.
Adds OIDC permissions and Dart setup for pub.dev publishing in the build_flet_package job. Removes the separate publish_flet_package job and integrates publishing directly, simplifying the workflow and improving security for package publishing.
Updated the Page example to use a main guard (`if __name__ == "__main__"`) when running `ft.run(main)`. Also refactored the `route_change` function to remove the unused event parameter and added a debug print statement in `view_pop` for better traceability.
Deploying flet-examples with
|
| Latest commit: |
0271e96
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8846500e.flet-examples.pages.dev |
| Branch Preview URL: | https://0-80-1-release.flet-examples.pages.dev |
Deploying flet-docs with
|
| Latest commit: |
0271e96
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c9afe27a.flet-docs.pages.dev |
| Branch Preview URL: | https://0-80-1-release.flet-docs.pages.dev |
|
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.
Summary by Sourcery
Prepare the 0.80.1 release of Flet with updated docs, examples, CI, and package metadata.
Enhancements:
CI:
Documentation: