Flutter Error: Could not find the correct ScopedModel
问题 I am trying to create a scopedmodel in my flutter project and I can't seem to figure out why I get the error. What is wrong in this scopedmodel implementation? I have a home page with bottom navigator. Inside the profile tab, I fetch the list of followers which I need in a widget deep in the tree so I am trying to use scopedmodel. The model code is class RelationshipsModel extends Model { List<Relationship> relations; RelationshipsModel(this.relations); void add(String name) { relations.add