context.inheritFromWidgetOfExactType(ConterProvider);
替换为
context.dependOnInheritedWidgetOfExactType(aspect: ConterProvider);
context.inheritFromWidgetOfExactType(ConterProvider);
替换为
context.dependOnInheritedWidgetOfExactType(aspect: ConterProvider);