Skip to content

Commit 1dc015d

Browse files
Flet 0.27.2 fixes (#4956)
* Fix: Error on second run "Because {app} depends on flet_{package} from path which doesn't exist" Fix #4955 * Version bumped to 0.27.2, changelog updated * Changelog updated * Add `pyproject` variable to `flet build` template Close #4977 * Get back Control.build() method * Fix customizing icons and splaches * fix `DropdownM2` delete_version * Correct hashing of images and flutter extensions * Split icons and splash customize methods * fallback_image image moved to a separate method * Changelog updated * yaml methods moved * Add package_platform to a template data --------- Co-authored-by: ndonkoHenri <[email protected]>
1 parent 02a07a0 commit 1dc015d

File tree

7 files changed

+349
-196
lines changed

7 files changed

+349
-196
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Flet changelog
22

3+
## 0.27.2
4+
5+
* Error on second flet build run "Because {app} depends on flet_{package} from path which doesn't exist" ([#4955](https://github.com/flet-dev/flet/issues/4955))
6+
* Editable packages in pyproject.toml to install from a path by flet build command ([#4963](https://github.com/flet-dev/flet/issues/4963))
7+
* Setting Android manifest `<application>` element properties in `pyproject.toml` ([#4977](https://github.com/flet-dev/flet/issues/4977))
8+
* Fixed regression: Added back `Control.build()` method.
9+
310
## 0.27.1
411

512
* Fixed: binary file operations should not specify encoding.

packages/flet/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.27.2
2+
3+
* Error on second flet build run "Because {app} depends on flet_{package} from path which doesn't exist" ([#4955](https://github.com/flet-dev/flet/issues/4955))
4+
* Editable packages in pyproject.toml to install from a path by flet build command ([#4963](https://github.com/flet-dev/flet/issues/4963))
5+
* Setting Android manifest `<application>` element properties in `pyproject.toml` ([#4977](https://github.com/flet-dev/flet/issues/4977))
6+
* Fixed regression: Added back `Control.build()` method.
7+
18
# 0.27.1
29

310
* Fixed: binary file operations should not specify encoding.

packages/flet/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet/packages/flet
5-
version: 0.27.1
5+
version: 0.27.2
66

77
# This package supports all platforms listed below.
88
platforms:

0 commit comments

Comments
 (0)