79414888

Date: 2025-02-05 13:23:15
Score: 0.5
Natty:
Report link

You are using riverpod, thus you should not use setState(). Instead of that, you should refresh the page using riverpod, just make:

ref.refresh(pocketbaseProvider);

And the page will be refreshed reloading all data.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mike