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
10.85k stars 417 forks source link

Integrate Pydantic #3655

Open ndonkoHenri opened 1 month ago

ndonkoHenri commented 1 month ago

Integrate Pydantic to Flet for enhanced data/input validation.

Where?

jeasoft commented 1 month ago

msgspec is a good option too, but because Pydantic it's currently a dependency, it should be cool to integrate it

baseplate-admin commented 1 month ago

Hey uh i have a small question. How does this affect bundle size of the application? ( or is this optional? )

ndonkoHenri commented 1 month ago

How does this affect bundle size of the application? ( or is this optional? )

Those are indeed good points you mentioned. Further info will be provided when this issue will be worked on.