Relative Content

Tag Archive for flutterdartbloc

Class ‘Home’ has no instance method ‘call’

Class ‘Home’ has no instance method ‘call’.
Receiver: Instance of ‘Home’
Tried calling: call(addToCart: Closure: (ProductDataModel) => void from Function ‘addToCart’:., cartItems: Instance(length:0) of ‘_GrowableList’)

Flutter bloc – How can I use BlocBuilder?

I’m a Flutter Beginer and about to use Bloc.
but this error message comes up and I tried to use ‘extends StateStreamable<CalculatorEvent>’ or ‘implements’
but it doesn’t work. please help me to solve this error. Thank you.