Commit 1dc015d
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- packages/flet
- sdk/python/packages
- flet-cli/src/flet_cli
- commands
- utils
- flet/src/flet/core
7 files changed
+349
-196
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments