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

update states_rebuilder sample to use the latest version and to use immutable state #182

Open GIfatahTH opened 4 years ago

GIfatahTH commented 4 years ago

This updates the states_rebuilder implementation to use the 1.15.0 version.

Changes:

GIfatahTH commented 4 years ago

The test fails because : every version of flutter_test from sdk depends on collection 1.14.11 and states_rebuilder >=2.0.0 depends on collection ^1.14.12, flutter_test from sdk is incompatible with states_rebuilder >=2.0.0.

What does this mean? should I go back to collection 1.14.11?