`AsyncValue<Weather> weather = ref.watch (weatherFutureProvider) ;` should be: `AsyncValue<Weather> weather = ref.watch (weatherFutureProvider('London') ;`