This commit is contained in:
Phuoc Nguyen
2025-10-10 17:36:10 +07:00
parent 04f7042b8d
commit bdaf0b96c5
82 changed files with 4753 additions and 329 deletions

13
lib/shared/shared.dart Normal file
View File

@@ -0,0 +1,13 @@
/// Shared Module Barrel Export
///
/// Central export file for cross-feature shared components.
/// These widgets and utilities are used across multiple features.
///
/// Usage:
/// ```dart
/// import 'package:retail/shared/shared.dart';
/// ```
library;
// Export shared widgets
export 'widgets/widgets.dart';