flutter_architecture_samples icon indicating copy to clipboard operation
flutter_architecture_samples copied to clipboard

You need deep copy and immutable object

Open britov opened this issue 5 years ago • 0 comments

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

britov avatar Aug 10 '20 00:08 britov