flutter_food_delivery_series icon indicating copy to clipboard operation
flutter_food_delivery_series copied to clipboard

'PriceFilterUpdated' and 'CategoryFilterUpdated' isn't defined

Open Mansur-Esham opened this issue 2 years ago • 3 comments

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 defined for the type 'CustomCategoryFilter'. Try correcting the name to the name of an existing method, or defining a method named 'CategoryFilterUpdated'.

  1. in lib/screens/filter/widgets/custom_category_filter.dart
  2. in lib/screens/filter./widgets/custom_price_filter.dart

Mansur-Esham avatar Sep 16 '22 17:09 Mansur-Esham

Any update here?

saurater avatar Dec 31 '22 00:12 saurater

They changed that bloc event name. Just change to UpdatePriceFilter and UpdateCategoryFilter.

lvhongphuc avatar Apr 13 '23 02:04 lvhongphuc

They changed that bloc event name. Just change to UpdatePriceFilter and UpdateCategoryFilter.

Thanks a lot @lvhongphuc for this how did you figure it out ? btw nice job

naman1208inspiron avatar Jun 27 '23 18:06 naman1208inspiron