After all code updates, it's time to add another feature - Deletion of Categories:

Adding API Method
Let's start by adding our API call to...
After all code updates, it's time to add another feature - Deletion of Categories:

Let's start by adding our API call to...
Hi, In this lesson you point the file to update as /lib/widgets/categories_list.dart But in the GIthub commit it is about /lib/screens/categories/categories_list.dart .
I've noticed that the category list isn't refreshed when a new category is inserted outside the app. I've tried using
tinker, but even if I navigate back to where the api is called again, could it have something to do with the cache? In order for the new entry to appear, I had to stop and restart debugging.Could you add the tinker code you ran? It should work if you switch from categories to transactions and back.