So I have a relatively simple widget tree:
Widget GetUserData(){ return ChangeNotifierProvider( create: (context) => new UserDog.empty(), chil