brianegan / flutter_redux

A library that connects Widgets to a Redux Store
MIT License
1.65k stars 219 forks source link

The value 'null' can't be assigned to a variable of type 'ViewModel' because 'ViewModel' is not nullable. #220

Open HussainAlMeshaima opened 3 years ago

HussainAlMeshaima commented 3 years ago

.. flutter/.pub-cache/hosted/pub.dartlang.org/flutter_redux-0.8.2/lib/flutter_redux.dart:507:22: Error: The value 'null' can't be assigned to a variable of type 'ViewModel' because 'ViewModel' is not nullable.

Error: The value 'null' can't be assigned to a variable of type 'ViewModel' because 'ViewModel' is not nullable. _latestValue = null; ^ FAILURE: Build failed with an exception.