DEV Community

Dalitso Kasonde
Dalitso Kasonde

Posted on

Getter not found: 'nullable'. @nullable

Error message :

../../../Developer/flutter/.pub-cache/hosted/pub.dartlang.org/riverpod-0.11.2/lib/src/common.freezed.dart:121:4: Error: Getter not found: 'nullable'.

###@nullable

###^^^^^^^^

Solution

The issue is coming from riverpod urrent version, updating it to the latest version will fix the issue.

Refactoring the code is required in order to make the app working and fix the breaking changes

References : Riverpod Migration

Top comments (0)