How to copy list values to another list in flutter November 22, 2023 by Tarik Use myList = List.from(mynewlist); instead of mylist = mynewlist;