how to add to a list in flutter code example Example: dart add list to list var newList = [...list1, ...list2].toSet().toList(); hasan