skills/flutter-bloc-development/examples/earnings/view/view.dart

9 lines
266 B
Dart

// Example: Earnings Feature - View Barrel File
// Path: lib/earnings/view/view.dart
//
// Barrel file for all view-related exports in this feature
export 'earnings_page.dart';
export 'widgets/earnings_summary_card.dart';
export 'widgets/daily_earnings_list.dart';