brianegan / flutter_architecture_samples

TodoMVC for Flutter
http://fluttersamples.com/
BSD 3-Clause "New" or "Revised" License
8.74k stars 1.71k forks source link

You need deep copy and immutable object #190

Open britov opened 4 years ago

britov commented 4 years ago

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 callbuilder function. Because value and selected in selector.dart:81 is equals