Duplicate Check
Describe the requested feature
I hereby request asyncio.iscoroutinefunction to be replaced with inspect.iscoroutinefunction since the former one is marked as deprecated in Python 3.14 and will be removed in Python 3.16.
.venv\Lib\site-packages\flet\messaging\flet_socket_server.py:253: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
Suggest a solution
No response
Screenshots
No response
Additional details
No response