flutter_food_delivery_series
flutter_food_delivery_series copied to clipboard
'PriceFilterUpdated' and 'CategoryFilterUpdated' isn't defined
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'.
- in lib/screens/filter/widgets/custom_category_filter.dart
- in lib/screens/filter./widgets/custom_price_filter.dart
Any update here?
They changed that bloc event name. Just change to UpdatePriceFilter and UpdateCategoryFilter.
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