flet-dev / examples

Flet sample applications
MIT License
433 stars 174 forks source link

Is KeyboardEventData deprecated? #36

Closed marclava closed 1 year ago

marclava commented 1 year ago

With flet==0.1.62, the counter-accessible.py example fails: Traceback (most recent call last): File "counter-accessible.py", line 3, in <module> from flet.page import KeyboardEventData ImportError: cannot import name 'KeyboardEventData' from 'flet.page' (/home/marc/.local/lib/python3.8/site-packages/flet/page.py)

FeodorFitsner commented 1 year ago

It's been renamed to KeyboardEvent. Did you find an issue with one of the samples? PR with the fix would be highly appreciated!