Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flet-dev/serious-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: flet-dev/serious-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: app-zip-windows-fix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Dec 30, 2025

  1. Add zipDirectoryPosix to create POSIX-compliant archives

    Introduces the zipDirectoryPosix method to ensure archive entries use POSIX-style paths. Updates archive creation to use this method for better cross-platform compatibility.
    FeodorFitsner committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    b0f9597 View commit details
    Browse the repository at this point in the history
  2. Await async calls in package file encoding

    Changed calls to encoder.addFile and encoder.close to be awaited, ensuring proper handling of asynchronous file operations during package creation.
    FeodorFitsner committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    782af86 View commit details
    Browse the repository at this point in the history
  3. Pin flet version in CI and update dependencies

    CI workflow now pins the flet dependency to version 0.28.3 for all platforms. Updated .gitignore for macOS build artifacts, enabled GPU validation in Xcode scheme, and added secure restorable state support in AppDelegate. Dependency versions were updated in pubspec.lock and Podfile.lock, including upgrades to serious_python packages and other transitive dependencies.
    FeodorFitsner committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    0335ed6 View commit details
    Browse the repository at this point in the history
Loading