flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
11.5k stars 449 forks source link

feat: magic methods in Controls (ex: `__contains__`) #4374

Open ndonkoHenri opened 1 week ago

ndonkoHenri commented 1 week ago

Fixes #4217

Summary by Sourcery

New Features:

ndonkoHenri commented 1 week ago

Let me know if I missed a control. Also, should we actually check in all the props of type Control or just the controls is sufficient ?