delete list item by index dart flutter code example Example: dart list remove item list.removeAt(3); // deleting item #3 on the list