What's Changed
- docs(studio): add Flet Studio landing page and docs section by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6523
- docs(studio): give Studio its own footer column by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6524
- Tests and screenshots for Featured apps; fix for palette editor color picker by @InesaFitsner in https://github.com/flet-dev/flet/pull/6521
- fix: add CMake definition to silence MSVC coroutine deprecation error by @ihmily in https://github.com/flet-dev/flet/pull/6525
- docs(studio): Flet Studio launch post + updated gallery links by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6534
- Flet Studio update and skip builds for website/tools-only changes by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6537
- fix(router): pop to previous view, not the outlet layout URL by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6533
- Renamed titles of basic examples by @InesaFitsner in https://github.com/flet-dev/flet/pull/6535
- docs: inject example headings dynamically from pyproject.toml metadata by @InesaFitsner in https://github.com/flet-dev/flet/pull/6544
- Fix build web template: drop canvaskit artifacts, bump Pyodide to 0.27.7 by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6549
- refactor: rename and normalize example folder and package names by @InesaFitsner in https://github.com/flet-dev/flet/pull/6545
- fix: honor AppView.FLET_APP_HIDDEN in Windows and Linux desktop runners by @ihmily in https://github.com/flet-dev/flet/pull/6527
- feat(build): allow attributes on Android <uses-permission> entries by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6551
- fix(flet-audio): replaying
Audioafter completion underReleaseMode.RELEASEraisesTimeoutExceptionby @ndonkoHenri in https://github.com/flet-dev/flet/pull/6538 - feat(build): cache flet-build-template.zip; share FLET_CACHE_DIR with Gradle by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6558
- feat(build): support custom <provider> entries in AndroidManifest via pyproject.toml by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6559
- docs: add 0.85.3 changelog entry for [#6527] (FLET_APP_HIDDEN fix) by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6561
- fix(build): honor [tool.flet.app].hide_window_on_start in Windows runner by @FeodorFitsner in https://github.com/flet-dev/flet/pull/6562
Full Changelog: https://github.com/flet-dev/flet/compare/v0.85.2...v0.85.3