You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Flet changelog
2
2
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
+
3
10
## 0.27.1
4
11
5
12
* Fixed: binary file operations should not specify encoding.
Copy file name to clipboardExpand all lines: packages/flet/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff 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
+
1
8
# 0.27.1
2
9
3
10
* Fixed: binary file operations should not specify encoding.
0 commit comments