flutter-statenotifier-riverpod-tutorial
flutter-statenotifier-riverpod-tutorial copied to clipboard
Results
1
flutter-statenotifier-riverpod-tutorial issues
Sort by
recently updated
recently updated
newest added
The getter 'state' isn't defined for the class 'StateNotifierProvider' for newer Riverpod versions
5
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'...