DeprecationWarning: Call to __init__() #3370
Replies: 9 comments 2 replies
-
meanwhile i cant see anything in the https://flet.dev/docs/getting-started/custom-controls and my app is not running too |
Beta Was this translation helpful? Give feedback.
-
Please fill up all details as required by the issue template. |
Beta Was this translation helpful? Give feedback.
-
error is coming fro this class Main(UserControl): |
Beta Was this translation helpful? Give feedback.
-
this is what i have......
app(target=Main,assets_dir='assets') |
Beta Was this translation helpful? Give feedback.
-
Please build some reproducible code so we can test. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The repo has no python files. |
Beta Was this translation helpful? Give feedback.
-
I have the same warning, but my app still working , there is any other alternative to UserControl ? it would be nice to have more information on the warning or in the link that show in the warning |
Beta Was this translation helpful? Give feedback.
-
usercontrol will be working normally in the next flet release. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
DeprecationWarning: Call to init() is deprecated since version 0.21.0 and will be removed in version 1.0. UserControl is deprecated. See https://flet.dev/docs/getting-started/custom-controls.
super().init()
Beta Was this translation helpful? Give feedback.
All reactions