mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Update mock files
This commit is contained in:
@@ -49,10 +49,6 @@ class NutritionPlansProvider with ChangeNotifier {
|
||||
List<NutritionalPlan> _plans = [];
|
||||
List<Ingredient> ingredients = [];
|
||||
|
||||
// Track current search to prevent multiple concurrent requests
|
||||
String? _currentSearchQuery;
|
||||
int _searchCounter = 0;
|
||||
|
||||
NutritionPlansProvider(
|
||||
this.baseProvider,
|
||||
List<NutritionalPlan> entries, {
|
||||
|
||||
Reference in New Issue
Block a user