Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 7, 2023

Bumps flet from 0.1.62 to 0.3.2.

Release notes

Sourced from flet's releases.

v0.3.2

Changelog

  • 2a46c62 Fix a call to update_flet_view_version_info()
  • 725fdcc Bump Flet Flutter package version to 0.3.2
  • 21d6490 Fix flet pack command on Windows and macOS (#795)

v0.3.1

Changelog

  • d8bf9d6 Use Ruby 3.0
  • f5bde58 Bump Fastlane
  • 6e9cd63 Update Flutter package readme and changelog

v0.3.0

Changelog

  • 1e0b43c Automatic publishing of Flet package to pub.dev (#794)
  • ac45cd9 flet pack CLI to create app bundles with custom icons and metadata (#770)
  • ff35962 Authorization should allow to override, such as request_token() methods, there are some customizing authorization flows don't support to get access_token thought local client, even if using environment variables are not allowed. More reference: https://open.feishu.cn/document/common-capabilities/sso/api/get-access_token?lang=en-US (#776)
  • 384bf3e Remove hard-coded colors in Markdown default code theme (#731)
  • cc48859 Fix "replace" when moving children in the collection (#711)
  • 249952c Correctly handle control replacement (#710)
  • 7cf793f Added dense property to TextField and Dropdown controls (#696)
  • 715f162 Added BorderRadius to __init__.py (#691)
  • 514bbee Flet CLI moved into separate module (#679)
  • d669577 Fix MaterialState error in ButtonStyle (#689)
  • 95e006d Update flet-mobile-update.drawio
  • 5e5a33f Pin certifi==2022.9.24 to fix CI (#682)
  • 5d68b04 Merge branch 'main' of https://github.com/flet-dev/flet
  • 1719818 Create flet-mobile-update.drawio
  • c0d1405 Control comments (#681)

v0.2.4

Changelog

  • 46ad16d Use correct Flet viewer path when installed from a source package (#675)
  • 89364ed add ControlEvent to init.py (#657)
  • 2aa8496 fix: handle a few corner cases (#503)

v0.2.2

Changelog

  • dbae10b Make Control.offset work without animation enabled (#632)
  • e78fc56 Added Dropdown.alignment property (#630)
  • f0afb59 Remove beartype runtime check for all value properties
  • d2c5540 Fix page.scroll to allow None and strings
  • 8b8b0c8 Literals to Enums (#626)
  • 4101c75 gapless_playback is True by default for base64 images
  • 82ad16b Ability to change border shape of FAB control (#621)
  • c12a3e4 Added Slider's on_change_start and on_change_end events (#620)
  • 17b39bb DataTable control: 1-to-1 mapping to Flutter (#583)
  • 5be8ff6 Implemented page.can_launch_url() (#582)
  • 5c67da3 Update project changelog from very beginning (#581)
  • 254d936 Publish pre releases to pypi.org (#579)

... (truncated)

Changelog

Sourced from flet's changelog.

0.3.2

  • Fix flet pack command on Windows and macOS (#795)

0.3.1

  • Fixed Flutter package CHANGELOG and README.

0.3.0

  • flet pack CLI to create app bundles with custom icons and metadata (#770)
  • Control comments (#681)
  • Fix MaterialState error in ButtonStyle (#689)
  • Flet CLI moved into separate module (#679)
  • Added BorderRadius to __init__.py (#691)
  • Added dense property to TextField and Dropdown controls (#696)
  • Correctly handle control replacement (#710)
  • Fix "replace" when moving children in the collection (#711)
  • Remove hard-coded colors in Markdown default code theme (#731)
  • Authorization should allow to override, such as request_token() methods (#776)

0.2.4

  • Use correct Flet viewer path when installed from a source package (#675)
  • add ControlEvent to __init__.py (#657)
  • fix: handle a few corner cases (#503)

0.2.2

  • Make Control.offset work without animation enabled (#632)
  • Added Dropdown.alignment property (#630)
  • Remove beartype runtime check for all value properties
  • Fix page.scroll to allow None and strings
  • Literals to Enums (#626)
  • gapless_playback is True by default for base64 images
  • Ability to change border shape of FAB control (#621)
  • Added Slider's on_change_start and on_change_end events (#620)
  • DataTable control: 1-to-1 mapping to Flutter (#583)
  • Implemented page.can_launch_url() (#582)
  • Update project changelog from very beginning (#581)
  • Publish pre releases to pypi.org (#579)
  • Theming Slider control (#573)

0.1.65

  • Fixed: Floating Action Button now showing on top left (#567)

0.1.64

  • Using variable fonts (#21)

... (truncated)

Commits
  • 2a46c62 Fix a call to update_flet_view_version_info()
  • 725fdcc Bump Flet Flutter package version to 0.3.2
  • 21d6490 Fix flet pack command on Windows and macOS (#795)
  • d8bf9d6 Use Ruby 3.0
  • f5bde58 Bump Fastlane
  • 6e9cd63 Update Flutter package readme and changelog
  • 1e0b43c Automatic publishing of Flet package to pub.dev (#794)
  • ac45cd9 flet pack CLI to create app bundles with custom icons and metadata (#770)
  • ff35962 Authorization should allow to override, such as request_token() methods, ther...
  • 384bf3e Remove hard-coded colors in Markdown default code theme (#731)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [flet](https://github.com/flet-dev/flet) from 0.1.62 to 0.3.2.
- [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.1.62...v0.3.2)

---
updated-dependencies:
- dependency-name: flet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 7, 2023
@dependabot dependabot bot mentioned this pull request Jan 7, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 26, 2026

Superseded by #12.

@dependabot dependabot bot closed this Jan 26, 2026
@dependabot dependabot bot deleted the dependabot/pip/flet-0.3.2 branch January 26, 2026 21:47
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants