Closed5

Fletチュートリアルのメモ

mhmh

Final touches

https://flet.dev/docs/tutorials/python-todo/#final-touches

DeprecationWarningが出ている。style ではなく、 theme_style を使うといいらしい。

$ flet run
C:\Users\*\AppData\Local\Programs\Python\Python310\lib\site-packages\flet_core\text.py:174: DeprecationWarning: If you wish to set the TextThemeStyle, use `Text.theme_style` instead. The `Text.style` property should be used to set the TextStyle only.
  self.style = style

https://flet.dev/docs/controls/text#pre-defined-theme-text-styles

差分
https://github.com/mh326/flet-todo-packaging-test/commit/877945722976908a73cf8060cf0b6bb0f5071d28

このスクラップは24日前にクローズされました