Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Updates the requirements on flet to permit the latest version.

Release notes

Sourced from flet's releases.

v0.80.0

What's Changed

... (truncated)

Changelog

Sourced from flet's changelog.

Flet changelog

0.70.0

  • Flet 1.0 Alpha ReleasedRead the announcement
  • New: Declarative and reactive programming style, alongside imperative
  • New: Automatic page updates after event handler completion
  • New: Service controls for non-visual functionality
  • New: WebAssembly support for running web apps in the browser
  • New: Offline mode support for web apps
  • New: Ability to embed Flet web apps into multiple HTML elements on a page
  • New: Modern, future-proof architecture:
    • Controls in Python are now defined as plain dataclasses
    • Unified diffing algorithm supports both imperative and declarative styles
    • Refactored Flutter layer using inherited widgets and Provider
  • Added a Shimmer control for building skeleton loaders and animated placeholders.
  • Added FletApp.appErrorMessage template to customize loading screen errors.
  • See the list of breaking changes

0.28.3

  • New: Multiple subscribers can subscribe to a published topic by send_all_on_topic (#5303)
  • Fixed: Local Images Not Rendering in Android App using Flet 0.27.6 (#5198)
  • Fixed: FilePicker.save_file() opens blank gray screen in APK build (works fine in VS) (#5301)
  • Fixed: Routing / Navigation broken since flet 0.28.2 (#5302)

0.28.2

  • Fixed missing imports in __init__.py (#5292).
  • Fixed: GestureDetector should have at least one event handler defined (#5293).

0.28.0

  • feat(cli): flet -V as alternative to flet --version (#4791)
  • New Features and Flutter 3.29 (#4891)
  • Fixed: Dropdown.expand has no effect (#5042)
  • feat: expose events (on_double_tap, on_pan_start) in WindowDragArea (#5043)
  • feat: custom ReorderableListView drag handle listeners (#5051)
  • Fixed: LineChartDataPoint.tooltip not properly rendered (#5105)
  • Fixed: broken code in Page.__on_authorize_async (#5154)
  • Remove Flet v0.25 deprecations (#5155)
  • Prevent platform back button from popping a route with pop confirmation event (#5280)
  • Fixed: SearchBar does not handle capitalization correctly (#5014)
  • Fixed: FilePicker upload fails if original filename is modified (#5037)

0.27.6

  • Fix flet build: allow dependencies with commas (#5033)
  • Show app startup screen by default (#5036)
  • fix: Textfield cursor position changes when modifying field content in on_change (#5019)

... (truncated)

Commits
  • 0425158 Refactor pub.dev publish step to use reusable workflow (#5933)
  • f3a9a95 Move pubspec version patch step after dry-run (#5932)
  • 6b22aa8 Fix pub dev publishing for Flet 1.0 Beta (#5931)
  • 18e2fbd Source common.sh in CI workflow for flet package (#5930)
  • 394d1b6 Docs for Flet 1.0 Beta (#5929)
  • 3bcb051 Add deep link bootstrap provider to catch initial route on iOS/Android (#5926)
  • e4df3f6 Owen/extensions tests p1 (#5913)
  • 3964690 fix: Ensure consistent TextStyle inheritance during button state transition...
  • f87f90d fix: Improve Tabdisplay (#5904)
  • 6d8211a feat: Image Placeholder & Fade-In Support (#5852)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [flet](https://github.com/flet-dev/flet) to permit the latest version.
- [Release notes](https://github.com/flet-dev/flet/releases)
- [Changelog](https://github.com/flet-dev/flet/blob/main/CHANGELOG.md)
- [Commits](flet-dev/flet@v0.27.6...v0.80.0)

---
updated-dependencies:
- dependency-name: flet
  dependency-version: 0.80.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant