You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the excellent tutorial! It works fine as is, but after updating to flutter_riverpod: ^0.14.0+1 the following errors appear:
ERROR: lib/presentation/weather_search_page.dart:23:45: Error: The getter 'state' isn't defined for the class 'StateNotifierProvider<WeatherNotifier, dynamic>'
ERROR: lib/presentation/weather_search_page.dart:37:59: Error: The getter 'state' isn't defined for the class 'StateNotifierProvider<WeatherNotifier, dynamic>'
Because this is a tutorial follow by many, I believe it's important to check whether
it is a minor syntax change or something more profound.
The text was updated successfully, but these errors were encountered:
@aboutandre only if @ResoDev is happy with the changes. He will also probably will have to update his video/blog post for this so that the code matches.
First of all, thanks for the excellent tutorial! It works fine as is, but after updating to
flutter_riverpod: ^0.14.0+1
the following errors appear:Because this is a tutorial follow by many, I believe it's important to check whether
it is a minor syntax change or something more profound.
The text was updated successfully, but these errors were encountered: