feat: update home ui

This commit is contained in:
Efril
2026-06-23 21:27:27 +07:00
parent e236d811ce
commit 83f4e065ed
34 changed files with 2128 additions and 1597 deletions
@@ -34,6 +34,10 @@ class $AssetsIconsGen {
AssetGenImage get icReportSales =>
const AssetGenImage('assets/icons/ic-report-sales.png');
/// File path: assets/icons/ic-report-stock.png
AssetGenImage get icReportStock =>
const AssetGenImage('assets/icons/ic-report-stock.png');
/// List of all assets
List<AssetGenImage> get values => [
icReportExclusiveSummary,
@@ -41,6 +45,7 @@ class $AssetsIconsGen {
icReportProfitLoss,
icReportPurchase,
icReportSales,
icReportStock,
];
}
@@ -1 +0,0 @@
// TODO: define your code