refactor: introduce HomeDashboardData entity, convert ClientHomePage to StatelessWidget, and update deprecated color methods in the client home feature.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/// The Shared Domain Layer.
|
||||
///
|
||||
///
|
||||
/// This package contains the core business entities and rules.
|
||||
/// It is pure Dart and has no dependencies on Flutter or Firebase.
|
||||
///
|
||||
///
|
||||
/// Note: Repository Interfaces are now located in their respective Feature packages.
|
||||
|
||||
// Users & Membership
|
||||
@@ -55,3 +55,6 @@ export 'src/entities/support/addon.dart';
|
||||
export 'src/entities/support/tag.dart';
|
||||
export 'src/entities/support/media.dart';
|
||||
export 'src/entities/support/working_area.dart';
|
||||
|
||||
// Home
|
||||
export 'src/entities/home/home_dashboard_data.dart';
|
||||
|
||||
Reference in New Issue
Block a user