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...
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.
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 .
Thanks, I've updated the lesson
There is still a small missing string, you updated to : lib/screens/categories_list.dart the correct path is lib/screens/categories/categories_list.dart
Fixed :)