fix
This commit is contained in:
15
lib/features/settings/settings.dart
Normal file
15
lib/features/settings/settings.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
/// Settings Feature
|
||||
///
|
||||
/// Complete settings feature following clean architecture.
|
||||
/// Includes app configuration, theme management, and user preferences.
|
||||
///
|
||||
/// Usage:
|
||||
/// ```dart
|
||||
/// import 'package:retail/features/settings/settings.dart';
|
||||
/// ```
|
||||
library;
|
||||
|
||||
// Export all layers
|
||||
export 'data/data.dart';
|
||||
export 'domain/domain.dart';
|
||||
export 'presentation/presentation.dart';
|
||||
Reference in New Issue
Block a user