flutter_food_delivery_series icon indicating copy to clipboard operation
flutter_food_delivery_series copied to clipboard

Results 6 flutter_food_delivery_series issues
Sort by recently updated
recently updated
newest added

https://github.com/maxonflutter/flutter_food_delivery_series/blob/cce936fd9ae25b8eec92057f2bcbe605e6ecdb25/lib/simple_bloc_observer.dart#L3

1.The method 'PriceFilterUpdated' isn't defined for the type 'CustomPriceFilter'. Try correcting the name to the name of an existing method, or defining a method named 'PriceFilterUpdated'. 2.The method 'CategoryFilterUpdated' isn't...

![Error in Restaurantdetailscreen](https://user-images.githubusercontent.com/98220047/175769431-ae783a31-67cb-4b4e-9bbe-c4a3c5bf3b89.png) No where else error . Only on restaurant details screen. In the onpressed for adding product

A problem fixed where 'CategoryFilterUpdated' was written instead of 'UpdateFilterCategory'

A problem fixed where 'PriceFilterUpdated' was written instead of 'UpdatePriceFilter'

this is the error: Bad state: add(LoadGeolocation) was called without a registered event handler. Make sure to register a handler via on((event, emit) {...})