alex-gutev / live_cells

A replacement for ChangeNotifier and ValueNotifier that is simpler to use and more flexible.
https://pub.dev/packages/live_cells
10 stars 1 forks source link

live_cells_ui breaks sometimes #5

Open liquidiert opened 1 month ago

liquidiert commented 1 month ago

I sometimes get watcher@<random_number> exception which brought me to revert changes and go back to CellWidgets. I really like the change to not require .cell for every property though! If I can help with debugging somehow please tell me :)

alex-gutev commented 4 weeks ago

Can you share the logs of the exceptions.

P.S. Also share which widget(s) you are using.

liquidiert commented 3 weeks ago

Sorry I have to setup a reproducible environment first. It may take some time.