flutter_architecture_samples
flutter_architecture_samples copied to clipboard
You need deep copy and immutable object
Hello, thanks for your work! Could you tell about immutable Iterable objects for your course's subscribers.
I did typical bigginer's mistake in todo_list_view.dart:77 for sample
Maybe you tell about Immulable List/Map/Set and about build_value package
Trouble: You can run app and try to remove Person from task and you can see Selector don't call builder function. Because value and selected in selector.dart:81 is equals