Deprecated stuff. #5010
-
QuestionHi Team Deprecated issues ... I am wondering what is the best way to identify if something is deprecated and sitting in there when Flet doesn't report it.. Can we have some kind of script to run , especially before the upgrade to ensure we don't end up with dead or wounded application post upgrade? Admittedly I am taking lots of help from AI to speed up writing the code and it quietly advices the stuff that probably is obsolete. So if there's some kind of script that can be regularly executed to look for deprecation (and specifically before the upgrade) on the code directory structure, it would be very helpful. I think this is a necessity as upgrades are rapid although very useful. Any suggestions how do we deal with this? Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Deprecate stuffs are removed after three releases (for ex: if y is deprecated in 0.27.0, it will be removed in 0.30.0). Concerning |
Beta Was this translation helpful? Give feedback.
Deprecate stuffs are removed after three releases (for ex: if y is deprecated in 0.27.0, it will be removed in 0.30.0).
We mention in the the release announcements, when deprecating/removing: https://flet.dev/blog/tags/releases
Concerning
UserControl
, read this for migration: https://flet.dev/docs/getting-started/custom-controls