fix
This commit is contained in:
15
lib/features/products/presentation/providers/providers.dart
Normal file
15
lib/features/products/presentation/providers/providers.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
/// Export all products providers
|
||||
///
|
||||
/// Contains Riverpod providers for product state management
|
||||
library;
|
||||
|
||||
// Export individual provider files
|
||||
// Note: products_provider.dart contains multiple providers
|
||||
// so we only export it to avoid ambiguous exports
|
||||
export 'products_provider.dart';
|
||||
|
||||
// These are also defined in products_provider.dart, so we don't export them separately
|
||||
// to avoid ambiguous export errors
|
||||
// export 'filtered_products_provider.dart';
|
||||
// export 'search_query_provider.dart';
|
||||
// export 'selected_category_provider.dart';
|
||||
Reference in New Issue
Block a user